Skip to content

Commit

Permalink
Merge pull request #398 from apivideo/csharp-client-add-video-tags-en…
Browse files Browse the repository at this point in the history
…dpoint

[SDK README - api.video-csharp-client] Add video tags endpoint
  • Loading branch information
olivier-lando authored Oct 2, 2024
2 parents 29a2d89 + 3902a74 commit 520c47a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sdks/api-clients/apivideo-csharp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,22 @@ Method | HTTP request | Description
[**deleteLogo**](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/PlayerThemesApi.md#deleteLogo) | **DELETE** `/players/\{playerId}/logo` | Delete logo


#### TagsApi


##### Retrieve an instance of TagsApi:
```java
ApiVideoClient apiVideoClient = new ApiVideoClient("YOUR_API_KEY");
TagsApi tags = client.Tags()
```

##### Endpoints

Method | HTTP request | Description
------------- | ------------- | -------------
[**list**](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/TagsApi.md#list) | **GET** `/tags` | List all video tags


#### UploadTokensApi


Expand Down Expand Up @@ -334,6 +350,8 @@ Method | HTTP request | Description
- [FilterBy1](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/FilterBy1.md)
- [FilterBy2](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/FilterBy2.md)
- [Link](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/Link.md)
- [ListTagsResponse](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/ListTagsResponse.md)
- [ListTagsResponseData](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/ListTagsResponseData.md)
- [LiveStream](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/LiveStream.md)
- [LiveStreamAssets](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/LiveStreamAssets.md)
- [LiveStreamCreationPayload](https://github.com/apivideo/api.video-csharp-client/blob/main/docs/LiveStreamCreationPayload.md)
Expand Down

0 comments on commit 520c47a

Please sign in to comment.