|
1 | 1 | # Go API client for muxgo |
2 | 2 |
|
3 | | -Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before. |
| 3 | +Mux is how developers build online video. This API encompasses both |
| 4 | +Mux Video and Mux Data functionality to help you build your video-related |
| 5 | +projects better and faster than ever before. |
| 6 | + |
4 | 7 |
|
5 | 8 | ## Overview |
6 | 9 | This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. |
7 | 10 |
|
8 | 11 | - API version: v1 |
9 | | -- Package version: 1.0.0 |
| 12 | +- Package version: 1.0.0-rc.1 |
10 | 13 | - Build package: org.openapitools.codegen.languages.GoClientCodegen |
11 | | -For more information, please visit [https://docs.mux.com](https://docs.mux.com) |
12 | 14 |
|
13 | 15 | ## Installation |
14 | 16 |
|
@@ -100,7 +102,6 @@ Class | Method | HTTP request | Description |
100 | 102 | *DirectUploadsApi* | [**ListDirectUploads**](docs/DirectUploadsApi.md#listdirectuploads) | **Get** /video/v1/uploads | List direct uploads |
101 | 103 | *ErrorsApi* | [**ListErrors**](docs/ErrorsApi.md#listerrors) | **Get** /data/v1/errors | List Errors |
102 | 104 | *ExportsApi* | [**ListExports**](docs/ExportsApi.md#listexports) | **Get** /data/v1/exports | List property video view export links |
103 | | -*ExportsApi* | [**ListExportsViews**](docs/ExportsApi.md#listexportsviews) | **Get** /data/v1/exports/views | List available property view exports |
104 | 105 | *FiltersApi* | [**ListFilterValues**](docs/FiltersApi.md#listfiltervalues) | **Get** /data/v1/filters/{FILTER_ID} | Lists values for a specific filter |
105 | 106 | *FiltersApi* | [**ListFilters**](docs/FiltersApi.md#listfilters) | **Get** /data/v1/filters | List Filters |
106 | 107 | *IncidentsApi* | [**GetIncident**](docs/IncidentsApi.md#getincident) | **Get** /data/v1/incidents/{INCIDENT_ID} | Get an Incident |
@@ -163,8 +164,6 @@ Class | Method | HTTP request | Description |
163 | 164 | - [DisableLiveStreamResponse](docs/DisableLiveStreamResponse.md) |
164 | 165 | - [EnableLiveStreamResponse](docs/EnableLiveStreamResponse.md) |
165 | 166 | - [Error](docs/Error.md) |
166 | | - - [ExportDate](docs/ExportDate.md) |
167 | | - - [ExportFile](docs/ExportFile.md) |
168 | 167 | - [FilterValue](docs/FilterValue.md) |
169 | 168 | - [GetAssetInputInfoResponse](docs/GetAssetInputInfoResponse.md) |
170 | 169 | - [GetAssetOrLiveStreamIdResponse](docs/GetAssetOrLiveStreamIdResponse.md) |
@@ -208,7 +207,6 @@ Class | Method | HTTP request | Description |
208 | 207 | - [ListRelatedIncidentsResponse](docs/ListRelatedIncidentsResponse.md) |
209 | 208 | - [ListSigningKeysResponse](docs/ListSigningKeysResponse.md) |
210 | 209 | - [ListUploadsResponse](docs/ListUploadsResponse.md) |
211 | | - - [ListVideoViewExportsResponse](docs/ListVideoViewExportsResponse.md) |
212 | 210 | - [ListVideoViewsResponse](docs/ListVideoViewsResponse.md) |
213 | 211 | - [LiveStream](docs/LiveStream.md) |
214 | 212 | - [LiveStreamResponse](docs/LiveStreamResponse.md) |
@@ -276,5 +274,5 @@ Each of these functions takes a value of the given basic type and returns a poin |
276 | 274 |
|
277 | 275 | ## Author |
278 | 276 |
|
279 | | - |
| 277 | + |
280 | 278 |
|
0 commit comments