|
1 | 1 | # Go API client for muxgo |
2 | 2 |
|
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 | | - |
| 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. |
7 | 4 |
|
8 | 5 | ## Overview |
9 | 6 | 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. |
10 | 7 |
|
11 | 8 | - API version: v1 |
12 | | -- Package version: 1.0.0-rc.1 |
| 9 | +- Package version: 1.0.0 |
13 | 10 | - Build package: org.openapitools.codegen.languages.GoClientCodegen |
| 11 | +For more information, please visit [https://docs.mux.com](https://docs.mux.com) |
14 | 12 |
|
15 | 13 | ## Installation |
16 | 14 |
|
@@ -102,6 +100,7 @@ Class | Method | HTTP request | Description |
102 | 100 | *DirectUploadsApi* | [**ListDirectUploads**](docs/DirectUploadsApi.md#listdirectuploads) | **Get** /video/v1/uploads | List direct uploads |
103 | 101 | *ErrorsApi* | [**ListErrors**](docs/ErrorsApi.md#listerrors) | **Get** /data/v1/errors | List Errors |
104 | 102 | *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 |
105 | 104 | *FiltersApi* | [**ListFilterValues**](docs/FiltersApi.md#listfiltervalues) | **Get** /data/v1/filters/{FILTER_ID} | Lists values for a specific filter |
106 | 105 | *FiltersApi* | [**ListFilters**](docs/FiltersApi.md#listfilters) | **Get** /data/v1/filters | List Filters |
107 | 106 | *IncidentsApi* | [**GetIncident**](docs/IncidentsApi.md#getincident) | **Get** /data/v1/incidents/{INCIDENT_ID} | Get an Incident |
@@ -164,6 +163,8 @@ Class | Method | HTTP request | Description |
164 | 163 | - [DisableLiveStreamResponse](docs/DisableLiveStreamResponse.md) |
165 | 164 | - [EnableLiveStreamResponse](docs/EnableLiveStreamResponse.md) |
166 | 165 | - [Error](docs/Error.md) |
| 166 | + - [ExportDate](docs/ExportDate.md) |
| 167 | + - [ExportFile](docs/ExportFile.md) |
167 | 168 | - [FilterValue](docs/FilterValue.md) |
168 | 169 | - [GetAssetInputInfoResponse](docs/GetAssetInputInfoResponse.md) |
169 | 170 | - [GetAssetOrLiveStreamIdResponse](docs/GetAssetOrLiveStreamIdResponse.md) |
@@ -207,6 +208,7 @@ Class | Method | HTTP request | Description |
207 | 208 | - [ListRelatedIncidentsResponse](docs/ListRelatedIncidentsResponse.md) |
208 | 209 | - [ListSigningKeysResponse](docs/ListSigningKeysResponse.md) |
209 | 210 | - [ListUploadsResponse](docs/ListUploadsResponse.md) |
| 211 | + - [ListVideoViewExportsResponse](docs/ListVideoViewExportsResponse.md) |
210 | 212 | - [ListVideoViewsResponse](docs/ListVideoViewsResponse.md) |
211 | 213 | - [LiveStream](docs/LiveStream.md) |
212 | 214 | - [LiveStreamResponse](docs/LiveStreamResponse.md) |
@@ -274,5 +276,5 @@ Each of these functions takes a value of the given basic type and returns a poin |
274 | 276 |
|
275 | 277 | ## Author |
276 | 278 |
|
277 | | - |
| 279 | + |
278 | 280 |
|
0 commit comments