All URIs are relative to https://api.mux.com
Method | HTTP request | Description |
---|---|---|
GetDrmConfiguration | Get /video/v1/drm-configurations/{DRM_CONFIGURATION_ID} | Retrieve a DRM Configuration |
ListDrmConfigurations | Get /video/v1/drm-configurations | List DRM Configurations |
DrmConfigurationResponse GetDrmConfiguration(ctx, dRMCONFIGURATIONID) Retrieve a DRM Configuration
Retrieves a single DRM Configuration.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
dRMCONFIGURATIONID | string | The DRM Configuration ID. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ListDrmConfigurationsResponse ListDrmConfigurations(ctx, optional) List DRM Configurations
Returns a list of DRM Configurations
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *ListDrmConfigurationsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ListDrmConfigurationsOpts struct
Name | Type | Description | Notes |
---|---|---|---|
page | optional.Int32 | Offset by this many pages, of the size of `limit` | [default to 1] |
limit | optional.Int32 | Number of items to include in the response | [default to 25] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]