Skip to content

Commit

Permalink
Merge pull request #397 from apivideo/swift-client-add-video-tags-end…
Browse files Browse the repository at this point in the history
…point

[SDK README - api.video-swift-client] Add video tags endpoint
  • Loading branch information
olivierapivideo authored Oct 2, 2024
2 parents 520c47a + bc464f1 commit d01519f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions sdks/api-clients/apivideo-swift5-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ api.video's Swift API client for iOS, macOS and tvOS streamlines the coding proc
Specify it in your `Cartfile`:

```
github "apivideo/api.video-swift-client" ~> 1.3.2
github "apivideo/api.video-swift-client" ~> 1.3.3
```

Run `carthage update`

#### CocoaPods

Add `pod 'ApiVideoClient', '1.3.2'` in your `Podfile`
Add `pod 'ApiVideoClient', '1.3.3'` in your `Podfile`

Run `pod install`

Expand Down Expand Up @@ -155,6 +155,21 @@ Method | HTTP request | Description
[**deleteLogo**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/PlayerThemesAPI.md#deleteLogo) | **DELETE** `/players/\{playerId}/logo` | Delete logo


#### TagsAPI

##### Retrieve an instance of TagsAPI:

```swift
TagsAPI
```

##### Endpoints

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


#### UploadTokensAPI

##### Retrieve an instance of UploadTokensAPI:
Expand Down Expand Up @@ -265,6 +280,8 @@ Method | HTTP request | Description
- [FilterBy1](https://github.com/apivideo/api.video-swift-client/blob/main/docs/FilterBy1.md)
- [FilterBy2](https://github.com/apivideo/api.video-swift-client/blob/main/docs/FilterBy2.md)
- [Link](https://github.com/apivideo/api.video-swift-client/blob/main/docs/Link.md)
- [ListTagsResponse](https://github.com/apivideo/api.video-swift-client/blob/main/docs/ListTagsResponse.md)
- [ListTagsResponseData](https://github.com/apivideo/api.video-swift-client/blob/main/docs/ListTagsResponseData.md)
- [LiveStream](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStream.md)
- [LiveStreamAssets](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStreamAssets.md)
- [LiveStreamCreationPayload](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStreamCreationPayload.md)
Expand Down

0 comments on commit d01519f

Please sign in to comment.