Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc) remove irrelevant sections from api clients doc #284

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions templates/csharp/documentation.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,3 @@ 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.
10 changes: 0 additions & 10 deletions templates/go/documentation.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,3 @@ Method | HTTP request | Description
{{#models}}{{#model}} - [{{{classname}}}](https://github.com/apivideo/api.video-go-client/blob/main/{{modelDocPath}}{{{classname}}}.md)
{{/model}}{{/models}}


# 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.
10 changes: 0 additions & 10 deletions templates/java/libraries/okhttp-gson/documentation.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,3 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea
{{#android}}
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.
{{/android}}

## 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.
11 changes: 0 additions & 11 deletions templates/nodejs/documentation.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,3 @@ 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.
11 changes: 0 additions & 11 deletions templates/php/documentation.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,3 @@ 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.
10 changes: 0 additions & 10 deletions templates/python/documentation.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,3 @@ Method | HTTP request | Description
{{#models}}{{#model}} - [{{{classname}}}](https://github.com/apivideo/api.video-python-client/blob/main/{{modelDocPath}}{{{classname}}}.md)
{{/model}}{{/models}}


# 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.
10 changes: 0 additions & 10 deletions templates/swift5/documentation.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,3 @@ The access token generation mechanism is automatically handled by the client. Al
### Public endpoints

Some endpoints don't require authentication. These one can be called without setting `{{projectName}}.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.
Loading