From f0dfd6ffd94ca6d4f30871fce2f4ba061681dca2 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Fri, 6 Oct 2023 08:44:46 +0000 Subject: [PATCH] Fix indirect URLs --- openapi.yaml | 8 ++++---- sdks/api-clients/apivideo-android-client.md | 10 ++++++++++ sdks/api-clients/apivideo-android-uploader-client.md | 10 ++++++++++ sdks/api-clients/apivideo-csharp-client.md | 11 +++++++++++ sdks/api-clients/apivideo-go-client.md | 10 ++++++++++ sdks/api-clients/apivideo-java-client.md | 10 ++++++++++ sdks/api-clients/apivideo-nodejs-client.md | 11 +++++++++++ sdks/api-clients/apivideo-php-client.md | 11 +++++++++++ sdks/api-clients/apivideo-python-client.md | 10 ++++++++++ sdks/api-clients/apivideo-swift5-client.md | 10 ++++++++++ sdks/api-clients/apivideo-swift5-uploader-client.md | 10 ++++++++++ 11 files changed, 107 insertions(+), 4 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 22e6d807..cd45f62b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4064,7 +4064,7 @@ paths: iframe: '' player: 'https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr' hls: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8' - thumbnail: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg' + thumbnail: 'https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg' - liveStreamId: li4pqNqGUkhKfWcBGpZVLRY5 createdAt: '2020-07-29T10:45:35.000Z' updatedAt: '2020-07-29T10:45:35.000Z' @@ -4083,7 +4083,7 @@ paths: iframe: '' player: 'https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5' hls: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8' - thumbnail: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg' + thumbnail: 'https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg' pagination: currentPage: 1 currentPageItems: 19 @@ -11044,7 +11044,7 @@ components: iframe: '' player: 'https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5' hls: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8' - thumbnail: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg' + thumbnail: 'https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg' schemas: link: type: object @@ -12614,7 +12614,7 @@ components: type: string description: A link to the thumbnail for your video. format: uri - example: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg' + example: 'https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg' live-stream-session-session: title: LiveStreamSessionSession type: object diff --git a/sdks/api-clients/apivideo-android-client.md b/sdks/api-clients/apivideo-android-client.md index f983e12e..de921e1f 100644 --- a/sdks/api-clients/apivideo-android-client.md +++ b/sdks/api-clients/apivideo-android-client.md @@ -414,3 +414,13 @@ val client = ApiVideoClient() It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. For direct call with `ApiClient`: Do not call API from the main thread, otherwise you will get a `android.os.NetworkOnMainThreadException`. Dispatch API calls with Thread, Executors or Kotlin coroutine to avoid this. Alternatively, APIs come with an asynchronous counterpart (`createAsync` for `create`) except for the upload endpoint. + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-android-uploader-client.md b/sdks/api-clients/apivideo-android-uploader-client.md index abbd56d6..37bb921f 100644 --- a/sdks/api-clients/apivideo-android-uploader-client.md +++ b/sdks/api-clients/apivideo-android-uploader-client.md @@ -162,3 +162,13 @@ val videosApi = VideosApi() It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. For direct call with `ApiClient`: Do not call API from the main thread, otherwise you will get a `android.os.NetworkOnMainThreadException`. Dispatch API calls with Thread, Executors or Kotlin coroutine to avoid this. Alternatively, APIs come with an asynchronous counterpart (`createAsync` for `create`) except for the upload endpoint. + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-csharp-client.md b/sdks/api-clients/apivideo-csharp-client.md index b0b21021..f058750b 100644 --- a/sdks/api-clients/apivideo-csharp-client.md +++ b/sdks/api-clients/apivideo-csharp-client.md @@ -392,3 +392,14 @@ ApiVideoClient apiVideoClient = new ApiVideoClient(); ## Recommendation It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-go-client.md b/sdks/api-clients/apivideo-go-client.md index 0c2332f5..fe2224c5 100644 --- a/sdks/api-clients/apivideo-go-client.md +++ b/sdks/api-clients/apivideo-go-client.md @@ -353,3 +353,13 @@ Method | HTTP request | Description - [WebhooksListResponse](https://github.com/apivideo/api.video-go-client/blob/main/docs/WebhooksListResponse.md) + +# Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-java-client.md b/sdks/api-clients/apivideo-java-client.md index 9a4f24d4..6c6debe9 100644 --- a/sdks/api-clients/apivideo-java-client.md +++ b/sdks/api-clients/apivideo-java-client.md @@ -390,3 +390,13 @@ ApiVideoClient client = new ApiVideoClient(); ## Recommendation It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-nodejs-client.md b/sdks/api-clients/apivideo-nodejs-client.md index 19cf7313..c029d3d1 100644 --- a/sdks/api-clients/apivideo-nodejs-client.md +++ b/sdks/api-clients/apivideo-nodejs-client.md @@ -262,3 +262,14 @@ Some endpoints don't require authentication. These one can be called with an Api ```js const client = new ApiVideoClient(); ``` + +# Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-php-client.md b/sdks/api-clients/apivideo-php-client.md index 882db013..102ff3bb 100644 --- a/sdks/api-clients/apivideo-php-client.md +++ b/sdks/api-clients/apivideo-php-client.md @@ -304,3 +304,14 @@ These identifiers must belong to a real api.video account. ``` $ BASE_URI="" API_KEY="..." vendor/bin/phpunit ``` + + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-python-client.md b/sdks/api-clients/apivideo-python-client.md index e57bdeeb..aaecfb9f 100644 --- a/sdks/api-clients/apivideo-python-client.md +++ b/sdks/api-clients/apivideo-python-client.md @@ -263,3 +263,13 @@ Method | HTTP request | Description - [WebhooksListResponse](https://github.com/apivideo/api.video-python-client/blob/main/docs/WebhooksListResponse.md) + +# Have you gotten use from this API client? + +Please take a moment to leave a star on the client + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. \ No newline at end of file diff --git a/sdks/api-clients/apivideo-swift5-client.md b/sdks/api-clients/apivideo-swift5-client.md index 8a03f521..cd909762 100644 --- a/sdks/api-clients/apivideo-swift5-client.md +++ b/sdks/api-clients/apivideo-swift5-client.md @@ -331,3 +331,13 @@ ApiVideoClient.apiKey = YOUR_API_KEY ### Public endpoints Some endpoints don't require authentication. These one can be called without setting `ApiVideoClient.apiKey`: + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository. diff --git a/sdks/api-clients/apivideo-swift5-uploader-client.md b/sdks/api-clients/apivideo-swift5-uploader-client.md index 0fb16120..401d3f0d 100644 --- a/sdks/api-clients/apivideo-swift5-uploader-client.md +++ b/sdks/api-clients/apivideo-swift5-uploader-client.md @@ -105,3 +105,13 @@ ApiVideoUploader.apiKey = YOUR_API_KEY ### Public endpoints Some endpoints don't require authentication. These one can be called without setting `ApiVideoUploader.apiKey`: + +## Have you gotten use from this API client? + +Please take a moment to leave a star on the client ⭐ + +This helps other users to find the clients and also helps us understand which clients are most popular. Thank you! + +# Contribution + +Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository.