Sha256: cf1568890013ec65bc807edd057a8473c8f031ae528829eb6f5a5d29c7f9b8a1

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

# MuxRuby::ExportsApi

All URIs are relative to *https://api.mux.com*

| Method | HTTP request | Description |
| ------ | ------------ | ----------- |
| [**list_exports**](ExportsApi.md#list_exports) | **GET** /data/v1/exports | List property video view export links |


## list_exports

> <ListExportsResponse> list_exports

List property video view export links

Lists the available video view exports along with URLs to retrieve them 

### Examples

```ruby
require 'time'
require 'mux_ruby'
# setup authorization
MuxRuby.configure do |config|
  # Configure HTTP basic authorization: accessToken
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = MuxRuby::ExportsApi.new

begin
  # List property video view export links
  result = api_instance.list_exports
  p result
rescue MuxRuby::ApiError => e
  puts "Error when calling ExportsApi->list_exports: #{e}"
end
```

#### Using the list_exports_with_http_info variant

This returns an Array which contains the response data, status code and headers.

> <Array(<ListExportsResponse>, Integer, Hash)> list_exports_with_http_info

```ruby
begin
  # List property video view export links
  data, status_code, headers = api_instance.list_exports_with_http_info
  p status_code # => 2xx
  p headers # => { ... }
  p data # => <ListExportsResponse>
rescue MuxRuby::ApiError => e
  puts "Error when calling ExportsApi->list_exports_with_http_info: #{e}"
end
```

### Parameters

This endpoint does not need any parameter.

### Return type

[**ListExportsResponse**](ListExportsResponse.md)

### Authorization

[accessToken](../README.md#accessToken)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mux_ruby-2.0.0.pre.rc.1 docs/ExportsApi.md