Update bindings with openapi generator.

This commit is contained in:
Kavin 2022-06-17 14:18:44 +01:00
parent 8d3d6d14b0
commit abc390a2e1
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
27 changed files with 2941 additions and 79 deletions

View file

@ -0,0 +1,31 @@
//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.7
// ignore_for_file: unused_import
import 'package:piped_api/model/streams_page.dart';
import 'package:test/test.dart';
// tests for StreamsPage
void main() {
final instance = StreamsPageBuilder();
// TODO add properties to the builder and call build()
group(StreamsPage, () {
// BuiltList<StreamItem> relatedStreams
test('to test the property `relatedStreams`', () async {
// TODO
});
// The parameter used to get the next page of this page.
// String nextpage
test('to test the property `nextpage`', () async {
// TODO
});
});
}