Skip to content

Commit

Permalink
fix(doc) remove irrelevant sections from api clients doc
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Oct 4, 2023
1 parent a14fdb1 commit e704aa3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 73 deletions.
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.

0 comments on commit e704aa3

Please sign in to comment.