Skip to content

Commit

Permalink
Merge pull request #18 from apivideo/stream-uploads
Browse files Browse the repository at this point in the history
Stream uploads
  • Loading branch information
bot-api-video authored Nov 10, 2021
2 parents 33868e7 + 2af109b commit cddc408
Show file tree
Hide file tree
Showing 37 changed files with 5,443 additions and 941 deletions.
2 changes: 1 addition & 1 deletion CoC.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ For answers to common questions about this code of conduct, see the FAQ at
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
[translations]: https://www.contributor-covenant.org/translations
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This API client is still in beta. Please feel free to report any issue you may e
go get github.com/apivideo/go-api-client
```


## Getting Started

For a more advanced usage you can checkout the rest of the documentation in the [docs directory](/docs)
Expand Down Expand Up @@ -266,8 +267,6 @@ Method | HTTP request | Description
## Documentation For Models

- [AccessToken](docs/AccessToken.md)
- [Account](docs/Account.md)
- [AccountQuota](docs/AccountQuota.md)
- [AuthenticatePayload](docs/AuthenticatePayload.md)
- [BadRequest](docs/BadRequest.md)
- [BytesRange](docs/BytesRange.md)
Expand Down
5,186 changes: 4,962 additions & 224 deletions api/openapi.yaml

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions api_live_streams.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 8 additions & 12 deletions api_player_themes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions api_upload_tokens.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cddc408

Please sign in to comment.