mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
Initial commit.
This commit is contained in:
commit
d0203d7c63
39 changed files with 2880 additions and 0 deletions
37
.openapi-generator/FILES
Normal file
37
.openapi-generator/FILES
Normal file
|
@ -0,0 +1,37 @@
|
|||
.gitignore
|
||||
.openapi-generator-ignore
|
||||
README.md
|
||||
analysis_options.yaml
|
||||
doc/ChannelInfo.md
|
||||
doc/ExceptionError.md
|
||||
doc/Regions.md
|
||||
doc/Stream.md
|
||||
doc/StreamItem.md
|
||||
doc/UnauthenticatedApi.md
|
||||
doc/VideoInfo.md
|
||||
lib/piped_api.dart
|
||||
lib/src/api.dart
|
||||
lib/src/api/unauthenticated_api.dart
|
||||
lib/src/api_util.dart
|
||||
lib/src/auth/api_key_auth.dart
|
||||
lib/src/auth/auth.dart
|
||||
lib/src/auth/basic_auth.dart
|
||||
lib/src/auth/bearer_auth.dart
|
||||
lib/src/auth/oauth.dart
|
||||
lib/src/date_serializer.dart
|
||||
lib/src/model/channel_info.dart
|
||||
lib/src/model/date.dart
|
||||
lib/src/model/exception_error.dart
|
||||
lib/src/model/regions.dart
|
||||
lib/src/model/stream.dart
|
||||
lib/src/model/stream_item.dart
|
||||
lib/src/model/video_info.dart
|
||||
lib/src/serializers.dart
|
||||
pubspec.yaml
|
||||
test/channel_info_test.dart
|
||||
test/exception_error_test.dart
|
||||
test/regions_test.dart
|
||||
test/stream_item_test.dart
|
||||
test/stream_test.dart
|
||||
test/unauthenticated_api_test.dart
|
||||
test/video_info_test.dart
|
1
.openapi-generator/VERSION
Normal file
1
.openapi-generator/VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
5.3.1
|
Loading…
Add table
Add a link
Reference in a new issue