mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
Add replyCount in comments and unauthenticated feed api.
This commit is contained in:
parent
7407348212
commit
fd20ae95b1
22 changed files with 1743 additions and 22 deletions
|
@ -1,13 +1,16 @@
|
|||
.gitignore
|
||||
README.md
|
||||
analysis_options.yaml
|
||||
doc/ChannelApi.md
|
||||
doc/ChannelInfo.md
|
||||
doc/ChannelItem.md
|
||||
doc/Comment.md
|
||||
doc/CommentsPage.md
|
||||
doc/ExceptionError.md
|
||||
doc/FeedApi.md
|
||||
doc/PlaylistItem.md
|
||||
doc/Regions.md
|
||||
doc/SearchApi.md
|
||||
doc/SearchFilter.md
|
||||
doc/SearchItem.md
|
||||
doc/SearchPage.md
|
||||
|
@ -16,10 +19,15 @@ doc/StreamItem.md
|
|||
doc/StreamsPage.md
|
||||
doc/Subtitle.md
|
||||
doc/UnauthenticatedApi.md
|
||||
doc/VideoApi.md
|
||||
doc/VideoInfo.md
|
||||
lib/piped_api.dart
|
||||
lib/src/api.dart
|
||||
lib/src/api/channel_api.dart
|
||||
lib/src/api/feed_api.dart
|
||||
lib/src/api/search_api.dart
|
||||
lib/src/api/unauthenticated_api.dart
|
||||
lib/src/api/video_api.dart
|
||||
lib/src/api_util.dart
|
||||
lib/src/auth/api_key_auth.dart
|
||||
lib/src/auth/auth.dart
|
||||
|
@ -45,3 +53,7 @@ lib/src/model/subtitle.dart
|
|||
lib/src/model/video_info.dart
|
||||
lib/src/serializers.dart
|
||||
pubspec.yaml
|
||||
test/channel_api_test.dart
|
||||
test/feed_api_test.dart
|
||||
test/search_api_test.dart
|
||||
test/video_api_test.dart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue