mux_ruby 2.0.0.pre.rc.1 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +5 -4
- data/docs/Asset.md +4 -2
- data/docs/AssetsApi.md +10 -4
- data/docs/CreateLiveStreamRequest.md +4 -0
- data/docs/CreateTrackRequest.md +1 -1
- data/docs/DeliveryUsageApi.md +3 -3
- data/docs/ErrorsApi.md +1 -1
- data/docs/ExportDate.md +20 -0
- data/docs/ExportFile.md +22 -0
- data/docs/ExportsApi.md +69 -1
- data/docs/IncidentsApi.md +3 -3
- data/docs/ListVideoViewExportsResponse.md +22 -0
- data/docs/LiveStream.md +4 -0
- data/docs/MetricsApi.md +13 -13
- data/docs/PlaybackIDApi.md +1 -1
- data/docs/RealTimeApi.md +5 -5
- data/docs/RealTimeBreakdownValue.md +2 -2
- data/docs/RealTimeTimeseriesDatapoint.md +2 -2
- data/docs/URLSigningKeysApi.md +3 -3
- data/docs/VideoView.md +17 -1
- data/docs/VideoViewsApi.md +2 -2
- data/gen/generator-config.json +2 -1
- data/gen/templates/gemspec.mustache +1 -0
- data/lib/mux_ruby/api/assets_api.rb +16 -8
- data/lib/mux_ruby/api/delivery_usage_api.rb +6 -6
- data/lib/mux_ruby/api/dimensions_api.rb +2 -2
- data/lib/mux_ruby/api/direct_uploads_api.rb +2 -2
- data/lib/mux_ruby/api/errors_api.rb +4 -4
- data/lib/mux_ruby/api/exports_api.rb +61 -4
- data/lib/mux_ruby/api/filters_api.rb +2 -2
- data/lib/mux_ruby/api/incidents_api.rb +8 -8
- data/lib/mux_ruby/api/live_streams_api.rb +2 -2
- data/lib/mux_ruby/api/metrics_api.rb +28 -28
- data/lib/mux_ruby/api/playback_id_api.rb +4 -4
- data/lib/mux_ruby/api/real_time_api.rb +12 -12
- data/lib/mux_ruby/api/url_signing_keys_api.rb +8 -8
- data/lib/mux_ruby/api/video_views_api.rb +6 -6
- data/lib/mux_ruby/api_client.rb +2 -2
- data/lib/mux_ruby/api_error.rb +2 -2
- data/lib/mux_ruby/configuration.rb +2 -2
- data/lib/mux_ruby/models/abridged_video_view.rb +2 -2
- data/lib/mux_ruby/models/asset.rb +15 -5
- data/lib/mux_ruby/models/asset_errors.rb +2 -2
- data/lib/mux_ruby/models/asset_master.rb +2 -2
- data/lib/mux_ruby/models/asset_non_standard_input_reasons.rb +2 -2
- data/lib/mux_ruby/models/asset_recording_times.rb +2 -2
- data/lib/mux_ruby/models/asset_response.rb +2 -2
- data/lib/mux_ruby/models/asset_static_renditions.rb +2 -2
- data/lib/mux_ruby/models/asset_static_renditions_files.rb +2 -2
- data/lib/mux_ruby/models/breakdown_value.rb +2 -2
- data/lib/mux_ruby/models/create_asset_request.rb +2 -2
- data/lib/mux_ruby/models/create_live_stream_request.rb +23 -3
- data/lib/mux_ruby/models/create_playback_id_request.rb +2 -2
- data/lib/mux_ruby/models/create_playback_id_response.rb +2 -2
- data/lib/mux_ruby/models/create_simulcast_target_request.rb +2 -2
- data/lib/mux_ruby/models/create_track_request.rb +3 -3
- data/lib/mux_ruby/models/create_track_response.rb +2 -2
- data/lib/mux_ruby/models/create_upload_request.rb +2 -2
- data/lib/mux_ruby/models/delivery_report.rb +2 -2
- data/lib/mux_ruby/models/dimension_value.rb +2 -2
- data/lib/mux_ruby/models/disable_live_stream_response.rb +2 -2
- data/lib/mux_ruby/models/enable_live_stream_response.rb +2 -2
- data/lib/mux_ruby/models/error.rb +2 -2
- data/lib/mux_ruby/models/export_date.rb +229 -0
- data/lib/mux_ruby/models/export_file.rb +236 -0
- data/lib/mux_ruby/models/filter_value.rb +2 -2
- data/lib/mux_ruby/models/get_asset_input_info_response.rb +2 -2
- data/lib/mux_ruby/models/get_asset_or_live_stream_id_response.rb +2 -2
- data/lib/mux_ruby/models/get_asset_or_live_stream_id_response_data.rb +2 -2
- data/lib/mux_ruby/models/get_asset_or_live_stream_id_response_data_object.rb +2 -2
- data/lib/mux_ruby/models/get_asset_playback_id_response.rb +2 -2
- data/lib/mux_ruby/models/get_metric_timeseries_data_response.rb +2 -2
- data/lib/mux_ruby/models/get_overall_values_response.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_breakdown_response.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_histogram_timeseries_response.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_histogram_timeseries_response_meta.rb +2 -2
- data/lib/mux_ruby/models/get_real_time_timeseries_response.rb +2 -2
- data/lib/mux_ruby/models/incident.rb +2 -2
- data/lib/mux_ruby/models/incident_breakdown.rb +2 -2
- data/lib/mux_ruby/models/incident_notification.rb +2 -2
- data/lib/mux_ruby/models/incident_notification_rule.rb +2 -2
- data/lib/mux_ruby/models/incident_response.rb +2 -2
- data/lib/mux_ruby/models/input_file.rb +2 -2
- data/lib/mux_ruby/models/input_info.rb +2 -2
- data/lib/mux_ruby/models/input_settings.rb +2 -2
- data/lib/mux_ruby/models/input_settings_overlay_settings.rb +2 -2
- data/lib/mux_ruby/models/input_track.rb +2 -2
- data/lib/mux_ruby/models/insight.rb +2 -2
- data/lib/mux_ruby/models/list_all_metric_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_assets_response.rb +2 -2
- data/lib/mux_ruby/models/list_breakdown_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_delivery_usage_response.rb +2 -2
- data/lib/mux_ruby/models/list_dimension_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_dimensions_response.rb +2 -2
- data/lib/mux_ruby/models/list_errors_response.rb +2 -2
- data/lib/mux_ruby/models/list_exports_response.rb +2 -2
- data/lib/mux_ruby/models/list_filter_values_response.rb +2 -2
- data/lib/mux_ruby/models/list_filters_response.rb +2 -2
- data/lib/mux_ruby/models/list_filters_response_data.rb +2 -2
- data/lib/mux_ruby/models/list_incidents_response.rb +2 -2
- data/lib/mux_ruby/models/list_insights_response.rb +2 -2
- data/lib/mux_ruby/models/list_live_streams_response.rb +2 -2
- data/lib/mux_ruby/models/list_real_time_dimensions_response.rb +2 -2
- data/lib/mux_ruby/models/list_real_time_dimensions_response_data.rb +2 -2
- data/lib/mux_ruby/models/list_real_time_metrics_response.rb +2 -2
- data/lib/mux_ruby/models/list_related_incidents_response.rb +2 -2
- data/lib/mux_ruby/models/list_signing_keys_response.rb +2 -2
- data/lib/mux_ruby/models/list_uploads_response.rb +2 -2
- data/lib/mux_ruby/models/list_video_view_exports_response.rb +240 -0
- data/lib/mux_ruby/models/list_video_views_response.rb +2 -2
- data/lib/mux_ruby/models/live_stream.rb +23 -3
- data/lib/mux_ruby/models/live_stream_response.rb +2 -2
- data/lib/mux_ruby/models/metric.rb +2 -2
- data/lib/mux_ruby/models/notification_rule.rb +2 -2
- data/lib/mux_ruby/models/overall_values.rb +2 -2
- data/lib/mux_ruby/models/playback_id.rb +2 -2
- data/lib/mux_ruby/models/playback_policy.rb +2 -2
- data/lib/mux_ruby/models/real_time_breakdown_value.rb +9 -9
- data/lib/mux_ruby/models/real_time_histogram_timeseries_bucket.rb +2 -2
- data/lib/mux_ruby/models/real_time_histogram_timeseries_bucket_values.rb +2 -2
- data/lib/mux_ruby/models/real_time_histogram_timeseries_datapoint.rb +2 -2
- data/lib/mux_ruby/models/real_time_timeseries_datapoint.rb +9 -9
- data/lib/mux_ruby/models/score.rb +2 -2
- data/lib/mux_ruby/models/signal_live_stream_complete_response.rb +2 -2
- data/lib/mux_ruby/models/signing_key.rb +2 -2
- data/lib/mux_ruby/models/signing_key_response.rb +2 -2
- data/lib/mux_ruby/models/simulcast_target.rb +2 -2
- data/lib/mux_ruby/models/simulcast_target_response.rb +2 -2
- data/lib/mux_ruby/models/track.rb +2 -2
- data/lib/mux_ruby/models/update_asset_master_access_request.rb +2 -2
- data/lib/mux_ruby/models/update_asset_mp4_support_request.rb +2 -2
- data/lib/mux_ruby/models/upload.rb +2 -2
- data/lib/mux_ruby/models/upload_error.rb +2 -2
- data/lib/mux_ruby/models/upload_response.rb +2 -2
- data/lib/mux_ruby/models/video_view.rb +78 -6
- data/lib/mux_ruby/models/video_view_event.rb +2 -2
- data/lib/mux_ruby/models/video_view_response.rb +2 -2
- data/lib/mux_ruby/version.rb +3 -3
- data/lib/mux_ruby.rb +5 -2
- data/mux_ruby.gemspec +3 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/export_date_spec.rb +40 -0
- data/spec/models/export_file_spec.rb +46 -0
- data/spec/models/list_video_view_exports_response_spec.rb +46 -0
- data/spec/spec_helper.rb +2 -2
- metadata +109 -96
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|