-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: jld3103 <jld3103yt@gmail.com>
- Loading branch information
1 parent
f8d3b78
commit 904a695
Showing
20 changed files
with
104,079 additions
and
6,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nextcloud-spreed
added at
f57576
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// coverage:ignore-file | ||
import 'package:nextcloud/src/api/spreed.openapi.dart'; | ||
import 'package:nextcloud/src/client.dart'; | ||
|
||
export 'src/api/spreed.openapi.dart'; | ||
export 'src/helpers/spreed.dart'; | ||
|
||
// ignore: public_member_api_docs | ||
extension SpreedExtension on NextcloudClient { | ||
static final _spreed = Expando<Client>(); | ||
|
||
/// Client for the spreed APIs | ||
Client get spreed => _spreed[this] ??= Client.fromClient(this); | ||
} |
Oops, something went wrong.