mux_ruby 2.0.0.pre.rc.1 → 2.0.0.pre.rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/README.md +5 -4
  4. data/docs/Asset.md +4 -2
  5. data/docs/AssetsApi.md +8 -4
  6. data/docs/CreateLiveStreamRequest.md +2 -0
  7. data/docs/CreateTrackRequest.md +1 -1
  8. data/docs/DeliveryUsageApi.md +3 -3
  9. data/docs/ErrorsApi.md +1 -1
  10. data/docs/ExportsApi.md +1 -1
  11. data/docs/IncidentsApi.md +3 -3
  12. data/docs/LiveStream.md +2 -0
  13. data/docs/MetricsApi.md +5 -5
  14. data/docs/PlaybackIDApi.md +1 -1
  15. data/docs/RealTimeApi.md +5 -5
  16. data/docs/URLSigningKeysApi.md +3 -3
  17. data/docs/VideoView.md +17 -1
  18. data/docs/VideoViewsApi.md +2 -2
  19. data/gen/generator-config.json +1 -1
  20. data/lib/mux_ruby.rb +2 -2
  21. data/lib/mux_ruby/api/assets_api.rb +14 -8
  22. data/lib/mux_ruby/api/delivery_usage_api.rb +6 -6
  23. data/lib/mux_ruby/api/dimensions_api.rb +2 -2
  24. data/lib/mux_ruby/api/direct_uploads_api.rb +2 -2
  25. data/lib/mux_ruby/api/errors_api.rb +4 -4
  26. data/lib/mux_ruby/api/exports_api.rb +4 -4
  27. data/lib/mux_ruby/api/filters_api.rb +2 -2
  28. data/lib/mux_ruby/api/incidents_api.rb +8 -8
  29. data/lib/mux_ruby/api/live_streams_api.rb +2 -2
  30. data/lib/mux_ruby/api/metrics_api.rb +12 -12
  31. data/lib/mux_ruby/api/playback_id_api.rb +4 -4
  32. data/lib/mux_ruby/api/real_time_api.rb +12 -12
  33. data/lib/mux_ruby/api/url_signing_keys_api.rb +8 -8
  34. data/lib/mux_ruby/api/video_views_api.rb +6 -6
  35. data/lib/mux_ruby/api_client.rb +2 -2
  36. data/lib/mux_ruby/api_error.rb +2 -2
  37. data/lib/mux_ruby/configuration.rb +2 -2
  38. data/lib/mux_ruby/models/abridged_video_view.rb +2 -2
  39. data/lib/mux_ruby/models/asset.rb +15 -5
  40. data/lib/mux_ruby/models/asset_errors.rb +2 -2
  41. data/lib/mux_ruby/models/asset_master.rb +2 -2
  42. data/lib/mux_ruby/models/asset_non_standard_input_reasons.rb +2 -2
  43. data/lib/mux_ruby/models/asset_recording_times.rb +2 -2
  44. data/lib/mux_ruby/models/asset_response.rb +2 -2
  45. data/lib/mux_ruby/models/asset_static_renditions.rb +2 -2
  46. data/lib/mux_ruby/models/asset_static_renditions_files.rb +2 -2
  47. data/lib/mux_ruby/models/breakdown_value.rb +2 -2
  48. data/lib/mux_ruby/models/create_asset_request.rb +2 -2
  49. data/lib/mux_ruby/models/create_live_stream_request.rb +13 -3
  50. data/lib/mux_ruby/models/create_playback_id_request.rb +2 -2
  51. data/lib/mux_ruby/models/create_playback_id_response.rb +2 -2
  52. data/lib/mux_ruby/models/create_simulcast_target_request.rb +2 -2
  53. data/lib/mux_ruby/models/create_track_request.rb +3 -3
  54. data/lib/mux_ruby/models/create_track_response.rb +2 -2
  55. data/lib/mux_ruby/models/create_upload_request.rb +2 -2
  56. data/lib/mux_ruby/models/delivery_report.rb +2 -2
  57. data/lib/mux_ruby/models/dimension_value.rb +2 -2
  58. data/lib/mux_ruby/models/disable_live_stream_response.rb +2 -2
  59. data/lib/mux_ruby/models/enable_live_stream_response.rb +2 -2
  60. data/lib/mux_ruby/models/error.rb +2 -2
  61. data/lib/mux_ruby/models/filter_value.rb +2 -2
  62. data/lib/mux_ruby/models/get_asset_input_info_response.rb +2 -2
  63. data/lib/mux_ruby/models/get_asset_or_live_stream_id_response.rb +2 -2
  64. data/lib/mux_ruby/models/get_asset_or_live_stream_id_response_data.rb +2 -2
  65. data/lib/mux_ruby/models/get_asset_or_live_stream_id_response_data_object.rb +2 -2
  66. data/lib/mux_ruby/models/get_asset_playback_id_response.rb +2 -2
  67. data/lib/mux_ruby/models/get_metric_timeseries_data_response.rb +2 -2
  68. data/lib/mux_ruby/models/get_overall_values_response.rb +2 -2
  69. data/lib/mux_ruby/models/get_real_time_breakdown_response.rb +2 -2
  70. data/lib/mux_ruby/models/get_real_time_histogram_timeseries_response.rb +2 -2
  71. data/lib/mux_ruby/models/get_real_time_histogram_timeseries_response_meta.rb +2 -2
  72. data/lib/mux_ruby/models/get_real_time_timeseries_response.rb +2 -2
  73. data/lib/mux_ruby/models/incident.rb +2 -2
  74. data/lib/mux_ruby/models/incident_breakdown.rb +2 -2
  75. data/lib/mux_ruby/models/incident_notification.rb +2 -2
  76. data/lib/mux_ruby/models/incident_notification_rule.rb +2 -2
  77. data/lib/mux_ruby/models/incident_response.rb +2 -2
  78. data/lib/mux_ruby/models/input_file.rb +2 -2
  79. data/lib/mux_ruby/models/input_info.rb +2 -2
  80. data/lib/mux_ruby/models/input_settings.rb +2 -2
  81. data/lib/mux_ruby/models/input_settings_overlay_settings.rb +2 -2
  82. data/lib/mux_ruby/models/input_track.rb +2 -2
  83. data/lib/mux_ruby/models/insight.rb +2 -2
  84. data/lib/mux_ruby/models/list_all_metric_values_response.rb +2 -2
  85. data/lib/mux_ruby/models/list_assets_response.rb +2 -2
  86. data/lib/mux_ruby/models/list_breakdown_values_response.rb +2 -2
  87. data/lib/mux_ruby/models/list_delivery_usage_response.rb +2 -2
  88. data/lib/mux_ruby/models/list_dimension_values_response.rb +2 -2
  89. data/lib/mux_ruby/models/list_dimensions_response.rb +2 -2
  90. data/lib/mux_ruby/models/list_errors_response.rb +2 -2
  91. data/lib/mux_ruby/models/list_exports_response.rb +2 -2
  92. data/lib/mux_ruby/models/list_filter_values_response.rb +2 -2
  93. data/lib/mux_ruby/models/list_filters_response.rb +2 -2
  94. data/lib/mux_ruby/models/list_filters_response_data.rb +2 -2
  95. data/lib/mux_ruby/models/list_incidents_response.rb +2 -2
  96. data/lib/mux_ruby/models/list_insights_response.rb +2 -2
  97. data/lib/mux_ruby/models/list_live_streams_response.rb +2 -2
  98. data/lib/mux_ruby/models/list_real_time_dimensions_response.rb +2 -2
  99. data/lib/mux_ruby/models/list_real_time_dimensions_response_data.rb +2 -2
  100. data/lib/mux_ruby/models/list_real_time_metrics_response.rb +2 -2
  101. data/lib/mux_ruby/models/list_related_incidents_response.rb +2 -2
  102. data/lib/mux_ruby/models/list_signing_keys_response.rb +2 -2
  103. data/lib/mux_ruby/models/list_uploads_response.rb +2 -2
  104. data/lib/mux_ruby/models/list_video_views_response.rb +2 -2
  105. data/lib/mux_ruby/models/live_stream.rb +13 -3
  106. data/lib/mux_ruby/models/live_stream_response.rb +2 -2
  107. data/lib/mux_ruby/models/metric.rb +2 -2
  108. data/lib/mux_ruby/models/notification_rule.rb +2 -2
  109. data/lib/mux_ruby/models/overall_values.rb +2 -2
  110. data/lib/mux_ruby/models/playback_id.rb +2 -2
  111. data/lib/mux_ruby/models/playback_policy.rb +2 -2
  112. data/lib/mux_ruby/models/real_time_breakdown_value.rb +2 -2
  113. data/lib/mux_ruby/models/real_time_histogram_timeseries_bucket.rb +2 -2
  114. data/lib/mux_ruby/models/real_time_histogram_timeseries_bucket_values.rb +2 -2
  115. data/lib/mux_ruby/models/real_time_histogram_timeseries_datapoint.rb +2 -2
  116. data/lib/mux_ruby/models/real_time_timeseries_datapoint.rb +2 -2
  117. data/lib/mux_ruby/models/score.rb +2 -2
  118. data/lib/mux_ruby/models/signal_live_stream_complete_response.rb +2 -2
  119. data/lib/mux_ruby/models/signing_key.rb +2 -2
  120. data/lib/mux_ruby/models/signing_key_response.rb +2 -2
  121. data/lib/mux_ruby/models/simulcast_target.rb +2 -2
  122. data/lib/mux_ruby/models/simulcast_target_response.rb +2 -2
  123. data/lib/mux_ruby/models/track.rb +2 -2
  124. data/lib/mux_ruby/models/update_asset_master_access_request.rb +2 -2
  125. data/lib/mux_ruby/models/update_asset_mp4_support_request.rb +2 -2
  126. data/lib/mux_ruby/models/upload.rb +2 -2
  127. data/lib/mux_ruby/models/upload_error.rb +2 -2
  128. data/lib/mux_ruby/models/upload_response.rb +2 -2
  129. data/lib/mux_ruby/models/video_view.rb +78 -6
  130. data/lib/mux_ruby/models/video_view_event.rb +2 -2
  131. data/lib/mux_ruby/models/video_view_response.rb +2 -2
  132. data/lib/mux_ruby/version.rb +3 -3
  133. data/mux_ruby.gemspec +2 -2
  134. data/spec/api_client_spec.rb +2 -2
  135. data/spec/configuration_spec.rb +2 -2
  136. data/spec/spec_helper.rb +2 -2
  137. metadata +92 -92
@@ -7,5 +7,5 @@
7
7
  "gemHomepage": "https://docs.mux.com",
8
8
  "gemLicense": "MIT",
9
9
  "moduleName": "MuxRuby",
10
- "gemVersion": "2.0.0-rc.1"
10
+ "gemVersion": "2.0.0-rc.2"
11
11
  }
data/lib/mux_ruby.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,7 +20,7 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create an asset
23
- # Create a new Mux Video asset.
23
+ # Create a new Mux Video asset.
24
24
  # @param create_asset_request [CreateAssetRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [AssetResponse]
@@ -30,7 +30,7 @@ module MuxRuby
30
30
  end
31
31
 
32
32
  # Create an asset
33
- # Create a new Mux Video asset.
33
+ # Create a new Mux Video asset.
34
34
  # @param create_asset_request [CreateAssetRequest]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(AssetResponse, Integer, Hash)>] AssetResponse data, response status code and response headers
@@ -223,7 +223,7 @@ module MuxRuby
223
223
  end
224
224
 
225
225
  # Delete an asset
226
- # Deletes a video asset and all its data
226
+ # Deletes a video asset and all its data.
227
227
  # @param asset_id [String] The asset ID.
228
228
  # @param [Hash] opts the optional parameters
229
229
  # @return [nil]
@@ -233,7 +233,7 @@ module MuxRuby
233
233
  end
234
234
 
235
235
  # Delete an asset
236
- # Deletes a video asset and all its data
236
+ # Deletes a video asset and all its data.
237
237
  # @param asset_id [String] The asset ID.
238
238
  # @param [Hash] opts the optional parameters
239
239
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -607,10 +607,12 @@ module MuxRuby
607
607
  end
608
608
 
609
609
  # List assets
610
- # List all Mux assets.
610
+ # List all Mux assets.
611
611
  # @param [Hash] opts the optional parameters
612
612
  # @option opts [Integer] :limit Number of items to include in the response (default to 25)
613
613
  # @option opts [Integer] :page Offset by this many pages, of the size of &#x60;limit&#x60; (default to 1)
614
+ # @option opts [String] :live_stream_id Filter response to return all the assets for this live stream only
615
+ # @option opts [String] :upload_id Filter response to return an asset created from this direct upload only
614
616
  # @return [ListAssetsResponse]
615
617
  def list_assets(opts = {})
616
618
  data, _status_code, _headers = list_assets_with_http_info(opts)
@@ -618,10 +620,12 @@ module MuxRuby
618
620
  end
619
621
 
620
622
  # List assets
621
- # List all Mux assets.
623
+ # List all Mux assets.
622
624
  # @param [Hash] opts the optional parameters
623
625
  # @option opts [Integer] :limit Number of items to include in the response
624
626
  # @option opts [Integer] :page Offset by this many pages, of the size of &#x60;limit&#x60;
627
+ # @option opts [String] :live_stream_id Filter response to return all the assets for this live stream only
628
+ # @option opts [String] :upload_id Filter response to return an asset created from this direct upload only
625
629
  # @return [Array<(ListAssetsResponse, Integer, Hash)>] ListAssetsResponse data, response status code and response headers
626
630
  def list_assets_with_http_info(opts = {})
627
631
  if @api_client.config.debugging
@@ -634,6 +638,8 @@ module MuxRuby
634
638
  query_params = opts[:query_params] || {}
635
639
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
636
640
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
641
+ query_params[:'live_stream_id'] = opts[:'live_stream_id'] if !opts[:'live_stream_id'].nil?
642
+ query_params[:'upload_id'] = opts[:'upload_id'] if !opts[:'upload_id'].nil?
637
643
 
638
644
  # header parameters
639
645
  header_params = opts[:header_params] || {}
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,12 +20,12 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # List Usage
23
- # Returns a list of delivery usage records and their associated Asset IDs or Live Stream IDs.
23
+ # Returns a list of delivery usage records and their associated Asset IDs or Live Stream IDs.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :page Offset by this many pages, of the size of &#x60;limit&#x60; (default to 1)
26
26
  # @option opts [Integer] :limit Number of items to include in the response (default to 100)
27
27
  # @option opts [String] :asset_id Filter response to return delivery usage for this asset only.
28
- # @option opts [Array<String>] :timeframe Time window to get delivery usage information. timeframe[0] indicates the start time, timeframe[1] indicates the end time in seconds since the Unix epoch. Default time window is 1 hour representing usage from 13th to 12th hour from when the request is made.
28
+ # @option opts [Array<String>] :timeframe Time window to get delivery usage information. timeframe[0] indicates the start time, timeframe[1] indicates the end time in seconds since the Unix epoch. Default time window is 1 hour representing usage from 13th to 12th hour from when the request is made.
29
29
  # @return [ListDeliveryUsageResponse]
30
30
  def list_delivery_usage(opts = {})
31
31
  data, _status_code, _headers = list_delivery_usage_with_http_info(opts)
@@ -33,12 +33,12 @@ module MuxRuby
33
33
  end
34
34
 
35
35
  # List Usage
36
- # Returns a list of delivery usage records and their associated Asset IDs or Live Stream IDs.
36
+ # Returns a list of delivery usage records and their associated Asset IDs or Live Stream IDs.
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [Integer] :page Offset by this many pages, of the size of &#x60;limit&#x60;
39
39
  # @option opts [Integer] :limit Number of items to include in the response
40
40
  # @option opts [String] :asset_id Filter response to return delivery usage for this asset only.
41
- # @option opts [Array<String>] :timeframe Time window to get delivery usage information. timeframe[0] indicates the start time, timeframe[1] indicates the end time in seconds since the Unix epoch. Default time window is 1 hour representing usage from 13th to 12th hour from when the request is made.
41
+ # @option opts [Array<String>] :timeframe Time window to get delivery usage information. timeframe[0] indicates the start time, timeframe[1] indicates the end time in seconds since the Unix epoch. Default time window is 1 hour representing usage from 13th to 12th hour from when the request is made.
42
42
  # @return [Array<(ListDeliveryUsageResponse, Integer, Hash)>] ListDeliveryUsageResponse data, response status code and response headers
43
43
  def list_delivery_usage_with_http_info(opts = {})
44
44
  if @api_client.config.debugging
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,7 +20,7 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # List Errors
23
- # Returns a list of errors
23
+ # Returns a list of errors.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :filters Filter key:value pairs. Must be provided as an array query string parameter (e.g. filters[]&#x3D;operating_system:windows&amp;filters[]&#x3D;country:US). Possible filter names are the same as returned by the List Filters endpoint.
26
26
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
@@ -31,7 +31,7 @@ module MuxRuby
31
31
  end
32
32
 
33
33
  # List Errors
34
- # Returns a list of errors
34
+ # Returns a list of errors.
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @option opts [Array<String>] :filters Filter key:value pairs. Must be provided as an array query string parameter (e.g. filters[]&#x3D;operating_system:windows&amp;filters[]&#x3D;country:US). Possible filter names are the same as returned by the List Filters endpoint.
37
37
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,7 +20,7 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # List property video view export links
23
- # Lists the available video view exports along with URLs to retrieve them
23
+ # Lists the available video view exports along with URLs to retrieve them.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @return [ListExportsResponse]
26
26
  def list_exports(opts = {})
@@ -29,7 +29,7 @@ module MuxRuby
29
29
  end
30
30
 
31
31
  # List property video view export links
32
- # Lists the available video view exports along with URLs to retrieve them
32
+ # Lists the available video view exports along with URLs to retrieve them.
33
33
  # @param [Hash] opts the optional parameters
34
34
  # @return [Array<(ListExportsResponse, Integer, Hash)>] ListExportsResponse data, response status code and response headers
35
35
  def list_exports_with_http_info(opts = {})
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,7 +20,7 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # Get an Incident
23
- # Returns the details of an incident
23
+ # Returns the details of an incident.
24
24
  # @param incident_id [String] ID of the Incident
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [IncidentResponse]
@@ -30,7 +30,7 @@ module MuxRuby
30
30
  end
31
31
 
32
32
  # Get an Incident
33
- # Returns the details of an incident
33
+ # Returns the details of an incident.
34
34
  # @param incident_id [String] ID of the Incident
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(IncidentResponse, Integer, Hash)>] IncidentResponse data, response status code and response headers
@@ -83,7 +83,7 @@ module MuxRuby
83
83
  end
84
84
 
85
85
  # List Incidents
86
- # Returns a list of incidents
86
+ # Returns a list of incidents.
87
87
  # @param [Hash] opts the optional parameters
88
88
  # @option opts [Integer] :limit Number of items to include in the response (default to 25)
89
89
  # @option opts [Integer] :page Offset by this many pages, of the size of &#x60;limit&#x60; (default to 1)
@@ -98,7 +98,7 @@ module MuxRuby
98
98
  end
99
99
 
100
100
  # List Incidents
101
- # Returns a list of incidents
101
+ # Returns a list of incidents.
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @option opts [Integer] :limit Number of items to include in the response
104
104
  # @option opts [Integer] :page Offset by this many pages, of the size of &#x60;limit&#x60;
@@ -174,7 +174,7 @@ module MuxRuby
174
174
  end
175
175
 
176
176
  # List Related Incidents
177
- # Returns all the incidents that seem related to a specific incident
177
+ # Returns all the incidents that seem related to a specific incident.
178
178
  # @param incident_id [String] ID of the Incident
179
179
  # @param [Hash] opts the optional parameters
180
180
  # @option opts [Integer] :limit Number of items to include in the response (default to 25)
@@ -188,7 +188,7 @@ module MuxRuby
188
188
  end
189
189
 
190
190
  # List Related Incidents
191
- # Returns all the incidents that seem related to a specific incident
191
+ # Returns all the incidents that seem related to a specific incident.
192
192
  # @param incident_id [String] ID of the Incident
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [Integer] :limit Number of items to include in the response
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,7 +20,7 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # Get metric timeseries data
23
- # Returns timeseries data for a specific metric
23
+ # Returns timeseries data for a specific metric.
24
24
  # @param metric_id [String] ID of the Metric
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
@@ -35,7 +35,7 @@ module MuxRuby
35
35
  end
36
36
 
37
37
  # Get metric timeseries data
38
- # Returns timeseries data for a specific metric
38
+ # Returns timeseries data for a specific metric.
39
39
  # @param metric_id [String] ID of the Metric
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
@@ -115,7 +115,7 @@ module MuxRuby
115
115
  end
116
116
 
117
117
  # Get Overall values
118
- # Returns the overall value for a specific metric, as well as the total view count, watch time, and the Mux Global metric value for the metric.
118
+ # Returns the overall value for a specific metric, as well as the total view count, watch time, and the Mux Global metric value for the metric.
119
119
  # @param metric_id [String] ID of the Metric
120
120
  # @param [Hash] opts the optional parameters
121
121
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
@@ -128,7 +128,7 @@ module MuxRuby
128
128
  end
129
129
 
130
130
  # Get Overall values
131
- # Returns the overall value for a specific metric, as well as the total view count, watch time, and the Mux Global metric value for the metric.
131
+ # Returns the overall value for a specific metric, as well as the total view count, watch time, and the Mux Global metric value for the metric.
132
132
  # @param metric_id [String] ID of the Metric
133
133
  # @param [Hash] opts the optional parameters
134
134
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
@@ -196,7 +196,7 @@ module MuxRuby
196
196
  end
197
197
 
198
198
  # List all metric values
199
- # List all of the values across every breakdown for a specific metric
199
+ # List all of the values across every breakdown for a specific metric.
200
200
  # @param [Hash] opts the optional parameters
201
201
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
202
202
  # @option opts [Array<String>] :filters Filter key:value pairs. Must be provided as an array query string parameter (e.g. filters[]&#x3D;operating_system:windows&amp;filters[]&#x3D;country:US). Possible filter names are the same as returned by the List Filters endpoint.
@@ -209,7 +209,7 @@ module MuxRuby
209
209
  end
210
210
 
211
211
  # List all metric values
212
- # List all of the values across every breakdown for a specific metric
212
+ # List all of the values across every breakdown for a specific metric.
213
213
  # @param [Hash] opts the optional parameters
214
214
  # @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]&#x3D;). Accepted formats are... * array of epoch timestamps e.g. timeframe[]&#x3D;1498867200&amp;timeframe[]&#x3D;1498953600 * duration string e.g. timeframe[]&#x3D;24:hours or timeframe[]&#x3D;7:days.
215
215
  # @option opts [Array<String>] :filters Filter key:value pairs. Must be provided as an array query string parameter (e.g. filters[]&#x3D;operating_system:windows&amp;filters[]&#x3D;country:US). Possible filter names are the same as returned by the List Filters endpoint.
@@ -269,7 +269,7 @@ module MuxRuby
269
269
  end
270
270
 
271
271
  # List breakdown values
272
- # List the breakdown values for a specific metric
272
+ # List the breakdown values for a specific metric.
273
273
  # @param metric_id [String] ID of the Metric
274
274
  # @param [Hash] opts the optional parameters
275
275
  # @option opts [String] :group_by Breakdown value to group the results by
@@ -287,7 +287,7 @@ module MuxRuby
287
287
  end
288
288
 
289
289
  # List breakdown values
290
- # List the breakdown values for a specific metric
290
+ # List the breakdown values for a specific metric.
291
291
  # @param metric_id [String] ID of the Metric
292
292
  # @param [Hash] opts the optional parameters
293
293
  # @option opts [String] :group_by Breakdown value to group the results by
@@ -377,7 +377,7 @@ module MuxRuby
377
377
  end
378
378
 
379
379
  # List Insights
380
- # Returns a list of insights for a metric. These are the worst performing values across all breakdowns sorted by how much they negatively impact a specific metric.
380
+ # Returns a list of insights for a metric. These are the worst performing values across all breakdowns sorted by how much they negatively impact a specific metric.
381
381
  # @param metric_id [String] ID of the Metric
382
382
  # @param [Hash] opts the optional parameters
383
383
  # @option opts [String] :measurement Measurement for the provided metric. If omitted, the deafult for the metric will be used.
@@ -390,7 +390,7 @@ module MuxRuby
390
390
  end
391
391
 
392
392
  # List Insights
393
- # Returns a list of insights for a metric. These are the worst performing values across all breakdowns sorted by how much they negatively impact a specific metric.
393
+ # Returns a list of insights for a metric. These are the worst performing values across all breakdowns sorted by how much they negatively impact a specific metric.
394
394
  # @param metric_id [String] ID of the Metric
395
395
  # @param [Hash] opts the optional parameters
396
396
  # @option opts [String] :measurement Measurement for the provided metric. If omitted, the deafult for the metric will be used.
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Mux API
3
3
 
4
- #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.
4
+ #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.
5
5
 
6
6
  The version of the OpenAPI document: v1
7
-
7
+ Contact: devex@mux.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.1
10
10
 
@@ -20,7 +20,7 @@ module MuxRuby
20
20
  @api_client = api_client
21
21
  end
22
22
  # Retrieve an Asset or Live Stream ID
23
- # Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.
23
+ # Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.
24
24
  # @param playback_id [String] The live stream&#39;s playback ID.
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [GetAssetOrLiveStreamIdResponse]
@@ -30,7 +30,7 @@ module MuxRuby
30
30
  end
31
31
 
32
32
  # Retrieve an Asset or Live Stream ID
33
- # Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.
33
+ # Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.
34
34
  # @param playback_id [String] The live stream&#39;s playback ID.
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(GetAssetOrLiveStreamIdResponse, Integer, Hash)>] GetAssetOrLiveStreamIdResponse data, response status code and response headers