fastpix-python 1.0.0__tar.gz → 1.0.1__tar.gz
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.
- {fastpix_python-1.0.0/src/fastpix_python.egg-info → fastpix_python-1.0.1}/PKG-INFO +97 -98
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/README.md +96 -97
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/pyproject.toml +1 -1
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/setup.py +1 -1
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_version.py +2 -2
- {fastpix_python-1.0.0 → fastpix_python-1.0.1/src/fastpix_python.egg-info}/PKG-INFO +97 -98
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/LICENSE +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/setup.cfg +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/__init__.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_hooks/__init__.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_hooks/sdkhooks.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_hooks/types.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/basesdk.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/dimensions.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/drm_configurations.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/__init__.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/badrequest_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/duplicatemp4support_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/duplicatereferenceiderrorresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/enable_live_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/fastpixdefaulterror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/fastpixerror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/forbidden_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/forbiddenresponse_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/invalidpermission_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/invalidplaylistidresponse_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/livenotfounderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/mediaclipnotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/medianotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/mediaorplaybacknotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/no_response_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/notfounderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/notfounderrorplaybackid.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/notfounderrorsimulcast.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/responsevalidationerror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/signingkeynotfounderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/simulcastunavailable_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/streamalreadydisablederror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/streamalreadyenablederror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/trackduplicaterequest_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/trialplanrestrictionerror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/unauthorized_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/unauthorizedresponse_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/validationerrorresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/viewnotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/httpclient.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/in_video_ai_features.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/input_video.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/live_playback.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/manage_live_stream.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/manage_videos.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/metrics.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/__init__.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/accesspolicy.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/add_media_to_playlistop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/add_media_trackop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/addtrackrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/addtrackresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/audioinput.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/badrequest_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/basicaccesspolicy.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/browsernamedimensiondetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/cancel_uploadop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/change_media_order_in_playlistop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/chaptersresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/complete_live_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/create_media_playback_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/create_playbackid_of_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/create_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createlivestreamrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createmediarequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createmediaresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createmediasuccessresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createplaylistrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createsigningkeyresponsedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/datapagination.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/daterange.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_a_playlistop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_live_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_media_from_playlistop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_media_playback_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_media_trackop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_mediaop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_playbackid_of_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_signing_keyop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/deletesigningkeyresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/direct_upload_video_mediaop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/directupload.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/directuploadresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/disable_live_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/domainrestrictions.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/drmidresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/duplicatemp4support_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/duplicatereferenceiderrorresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/enable_live_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/errordetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/fielderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/forbidden_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/forbiddenresponse_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/generate_subtitle_trackop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/generatetrackresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_all_playlistsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_all_streamsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_data_viewlist_current_views_filterop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_live_stream_by_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_live_stream_playback_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_live_stream_viewer_count_by_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_media_clipsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_mediaop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_playback_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_playlist_by_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_signing_key_by_idop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_specific_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_timeseries_dataop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_video_view_detailsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getallplaylistsresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getallsigningkeyresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getallsigningkeyresponsedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getcreatelivestreamresponsedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getdrmconfigurationbyidop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getdrmconfigurationop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getpublicpemusingsigningkeyidresponsedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getstreamsresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/invalidpermission_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/invalidplaylistidresponse_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/languagecode.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_breakdown_valuesop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_by_top_contentop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_comparison_valuesop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_dimensionsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_errorsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_filter_values_for_dimensionop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_live_clipsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_mediaop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_overall_valuesop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_signing_keysop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_uploadsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_video_viewsop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livenotfounderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreamdeleteresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreamgetresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreampagination.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreamresponsedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/media.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediacancelresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaclipnotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaclipresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaidsrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/medianotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaorplaybacknotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediatype.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricsbreakdowndetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricscomparisondetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricsoveralldatadetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricsoverallmetadatadetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricstimeseriesdatadetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricstimeseriesmetadatadetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/moderationresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/namedentitiesresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/notfounderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/notfounderrorplaybackid.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/notfounderrorsimulcast.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/pagination.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/patchlivestreamrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/patchresponsedata.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/patchresponsedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackid.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackidrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackidresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackidsuccessresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbacksettings.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistbyidresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistcreatedresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistcreatedschema.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistitem.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistorder.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/policyaction.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/retrievemediainputinfoop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/security.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/signingkeynotfounderror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/signingkeyworkspacedto.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastdeleteresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastunavailable_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastupdaterequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastupdateresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/singingkeyspagination.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/sortorder.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/srtplaybackresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/streamalreadydisablederror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/streamalreadyenablederror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/subtitleinput.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/successresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/summaryresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/toperrordetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/track.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/trackduplicaterequest_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/tracksubtitlesgeneraterequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/trialplanrestrictionerror.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/unauthorized_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/unauthorizedresponse_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_a_playlistop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_live_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_chaptersop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_moderationop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_named_entitiesop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_summaryop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_trackop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_specific_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updated_mediaop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updated_mp4supportop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updated_source_accessop.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updateplaylistrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updatetrackrequest.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updatetrackresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/useragentrestrictions.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/videoinput.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewnotfound_error.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/views.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewsbytopcontentdetails.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewscountresponse.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewslist.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/watermarkinput.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/playback.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/playlist.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/py.typed +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/sdk.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/sdkconfiguration.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/signing_keys.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/simulcast_stream.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/start_live_stream.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/types/__init__.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/types/basemodel.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/__init__.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/annotations.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/datetimes.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/enums.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/eventstreaming.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/forms.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/headers.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/logger.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/metadata.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/queryparams.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/requestbodies.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/retries.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/security.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/serializers.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/unmarshal_json_response.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/url.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/values.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/views_sdk.py +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/SOURCES.txt +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/dependency_links.txt +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/requires.txt +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/top_level.txt +0 -0
- {fastpix_python-1.0.0 → fastpix_python-1.0.1}/tests/test_fastpix_sdk.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastpix_python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Python Client SDK Generated by fastpix.
|
|
5
5
|
Home-page: https://github.com/FastPix/fastpix-python
|
|
6
6
|
Author: fastpix
|
|
@@ -276,49 +276,49 @@ Upload, manage, and transform video content with comprehensive media management
|
|
|
276
276
|
For detailed documentation, see [FastPix Video on Demand Overview](https://docs.fastpix.io/docs/video-on-demand-overview).
|
|
277
277
|
|
|
278
278
|
#### Input Video
|
|
279
|
-
- [Create from URL](docs/sdks/inputvideo/README.md#
|
|
280
|
-
- [Upload from Device](docs/sdks/inputvideo/README.md#direct_upload_video_media) - Upload video files directly from device
|
|
279
|
+
- [Create from URL](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/inputvideo/README.md#createmedia) - Upload video content from external URL
|
|
280
|
+
- [Upload from Device](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/inputvideo/README.md#direct_upload_video_media) - Upload video files directly from device
|
|
281
281
|
|
|
282
282
|
#### Manage Videos
|
|
283
|
-
- [List All Media](docs/sdks/managevideos/README.md#list_media) - Retrieve complete list of all media files
|
|
284
|
-
- [Get Media by ID](docs/sdks/managevideos/README.md#get_media) - Get detailed information for specific media
|
|
285
|
-
- [Update Media](docs/sdks/managevideos/README.md#updated_media) - Modify media metadata and settings
|
|
286
|
-
- [Delete Media](docs/sdks/managevideos/README.md#delete_media) - Remove media files from library
|
|
287
|
-
- [Add Track](docs/sdks/managevideos/README.md#add_media_track) - Add audio or subtitle tracks to media
|
|
288
|
-
- [Cancel Upload](docs/sdks/managevideos/README.md#cancel_upload) - Stop ongoing media upload process
|
|
289
|
-
- [Update Track](docs/sdks/managevideos/README.md#update_media_track) - Modify existing audio or subtitle tracks
|
|
290
|
-
- [Delete Track](docs/sdks/managevideos/README.md#delete_media_track) - Remove audio or subtitle tracks
|
|
291
|
-
- [Generate Subtitles](docs/sdks/managevideos/README.md#generate_subtitle_track) - Create automatic subtitles for media
|
|
292
|
-
- [Update Source Access](docs/sdks/managevideos/README.md#updated_source_access) - Control access permissions for media source
|
|
293
|
-
- [Update MP4 Support](docs/sdks/managevideos/README.md#updated_mp4_support) - Configure MP4 download capabilities
|
|
294
|
-
- [Get Input Info](docs/sdks/managevideos/README.md#retrieve_media_input_info) - Retrieve detailed input information
|
|
295
|
-
- [List Uploads](docs/sdks/managevideos/README.md#list_uploads) - Get all available upload URLs
|
|
296
|
-
- [Get Media Clips](docs/sdks/managevideos/README.md#get_media_clips) - Retrieve all video clips for media
|
|
283
|
+
- [List All Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#list_media) - Retrieve complete list of all media files
|
|
284
|
+
- [Get Media by ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#get_media) - Get detailed information for specific media
|
|
285
|
+
- [Update Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#updated_media) - Modify media metadata and settings
|
|
286
|
+
- [Delete Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#delete_media) - Remove media files from library
|
|
287
|
+
- [Add Track](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#add_media_track) - Add audio or subtitle tracks to media
|
|
288
|
+
- [Cancel Upload](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#cancel_upload) - Stop ongoing media upload process
|
|
289
|
+
- [Update Track](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#update_media_track) - Modify existing audio or subtitle tracks
|
|
290
|
+
- [Delete Track](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#delete_media_track) - Remove audio or subtitle tracks
|
|
291
|
+
- [Generate Subtitles](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#generate_subtitle_track) - Create automatic subtitles for media
|
|
292
|
+
- [Update Source Access](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#updated_source_access) - Control access permissions for media source
|
|
293
|
+
- [Update MP4 Support](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#updated_mp4_support) - Configure MP4 download capabilities
|
|
294
|
+
- [Get Input Info](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#retrieve_media_input_info) - Retrieve detailed input information
|
|
295
|
+
- [List Uploads](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#list_uploads) - Get all available upload URLs
|
|
296
|
+
- [Get Media Clips](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#get_media_clips) - Retrieve all video clips for media
|
|
297
297
|
|
|
298
298
|
#### Playback
|
|
299
|
-
- [Create Playback ID](docs/sdks/playback/README.md#create_media_playback_id) - Generate secure playback identifier
|
|
300
|
-
- [Delete Playback ID](docs/sdks/playback/README.md#delete_media_playback_id) - Remove playback access
|
|
301
|
-
- [Get Playback ID](docs/sdks/playback/README.md#get_playback_id) - Retrieve playback configuration details
|
|
299
|
+
- [Create Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playback/README.md#create_media_playback_id) - Generate secure playback identifier
|
|
300
|
+
- [Delete Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playback/README.md#delete_media_playback_id) - Remove playback access
|
|
301
|
+
- [Get Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playback/README.md#get_playback_id) - Retrieve playback configuration details
|
|
302
302
|
|
|
303
303
|
#### Playlist
|
|
304
|
-
- [Create Playlist](docs/sdks/playlist/README.md#create_a_playlist) - Create new video playlist
|
|
305
|
-
- [List Playlists](docs/sdks/playlist/README.md#get_all_playlists) - Get all available playlists
|
|
306
|
-
- [Get Playlist](docs/sdks/playlist/README.md#get_playlist_by_id) - Retrieve specific playlist details
|
|
307
|
-
- [Update Playlist](docs/sdks/playlist/README.md#update_a_playlist) - Modify playlist settings and metadata
|
|
308
|
-
- [Delete Playlist](docs/sdks/playlist/README.md#delete_a_playlist) - Remove playlist from library
|
|
309
|
-
- [Add Media](docs/sdks/playlist/README.md#add_media_to_playlist) - Add media items to playlist
|
|
310
|
-
- [Reorder Media](docs/sdks/playlist/README.md#change_media_order_in_playlist) - Change order of media in playlist
|
|
311
|
-
- [Remove Media](docs/sdks/playlist/README.md#delete_media_from_playlist) - Remove media from playlist
|
|
304
|
+
- [Create Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#create_a_playlist) - Create new video playlist
|
|
305
|
+
- [List Playlists](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#get_all_playlists) - Get all available playlists
|
|
306
|
+
- [Get Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#get_playlist_by_id) - Retrieve specific playlist details
|
|
307
|
+
- [Update Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#update_a_playlist) - Modify playlist settings and metadata
|
|
308
|
+
- [Delete Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#delete_a_playlist) - Remove playlist from library
|
|
309
|
+
- [Add Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#add_media_to_playlist) - Add media items to playlist
|
|
310
|
+
- [Reorder Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#change_media_order_in_playlist) - Change order of media in playlist
|
|
311
|
+
- [Remove Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#delete_media_from_playlist) - Remove media from playlist
|
|
312
312
|
|
|
313
313
|
#### Signing Keys
|
|
314
|
-
- [Create Key](docs/sdks/signingkeys/README.md#create_signing_key) - Generate new signing key pair
|
|
315
|
-
- [List Keys](docs/sdks/signingkeys/README.md#list_signing_keys) - Get all available signing keys
|
|
316
|
-
- [Delete Key](docs/sdks/signingkeys/README.md#delete_signing_key) - Remove signing key from system
|
|
317
|
-
- [Get Key](docs/sdks/signingkeys/README.md#get_signing_key_by_id) - Retrieve specific signing key details
|
|
314
|
+
- [Create Key](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#create_signing_key) - Generate new signing key pair
|
|
315
|
+
- [List Keys](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#list_signing_keys) - Get all available signing keys
|
|
316
|
+
- [Delete Key](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#delete_signing_key) - Remove signing key from system
|
|
317
|
+
- [Get Key](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#get_signing_key_by_id) - Retrieve specific signing key details
|
|
318
318
|
|
|
319
319
|
#### DRM Configurations
|
|
320
|
-
- [List DRM Configs](docs/sdks/drmconfigurations/README.md#get_drm_configuration) - Get all DRM configuration options
|
|
321
|
-
- [Get DRM Config](docs/sdks/drmconfigurations/README.md#get_drm_configuration_by_id) - Retrieve specific DRM configuration
|
|
320
|
+
- [List DRM Configs](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/drmconfigurations/README.md#get_drm_configuration) - Get all DRM configuration options
|
|
321
|
+
- [Get DRM Config](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/drmconfigurations/README.md#get_drm_configuration_by_id) - Retrieve specific DRM configuration
|
|
322
322
|
|
|
323
323
|
### Live API
|
|
324
324
|
|
|
@@ -327,71 +327,70 @@ Stream, manage, and transform live video content with real-time broadcasting cap
|
|
|
327
327
|
For detailed documentation, see [FastPix Live Stream Overview](https://docs.fastpix.io/docs/live-stream-overview).
|
|
328
328
|
|
|
329
329
|
#### Start Live Stream
|
|
330
|
-
- [Create Stream](docs/sdks/startlivestream/README.md#create_new_stream) - Initialize new live streaming session
|
|
330
|
+
- [Create Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/startlivestream/README.md#create_new_stream) - Initialize new live streaming session
|
|
331
331
|
|
|
332
332
|
#### Manage Live Stream
|
|
333
|
-
- [List Streams](docs/sdks/managelivestream/README.md#get_all_streams) - Retrieve all active live streams
|
|
334
|
-
- [Get Viewer Count](docs/sdks/managelivestream/README.md#get_live_stream_viewer_count_by_id) - Get real-time viewer statistics
|
|
335
|
-
- [Get Stream](docs/sdks/managelivestream/README.md#get_live_stream_by_id) - Retrieve detailed stream information
|
|
336
|
-
- [Delete Stream](docs/sdks/managelivestream/README.md#delete_live_stream) - Terminate and remove live stream
|
|
337
|
-
- [Update Stream](docs/sdks/managelivestream/README.md#update_live_stream) - Modify stream settings and configuration
|
|
338
|
-
- [Enable Stream](docs/sdks/managelivestream/README.md#enable_live_stream) - Activate live streaming
|
|
339
|
-
- [Disable Stream](docs/sdks/managelivestream/README.md#disable_live_stream) - Pause live streaming
|
|
340
|
-
- [Complete Stream](docs/sdks/managelivestream/README.md#complete_live_stream) - Finalize and archive stream
|
|
333
|
+
- [List Streams](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#get_all_streams) - Retrieve all active live streams
|
|
334
|
+
- [Get Viewer Count](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#get_live_stream_viewer_count_by_id) - Get real-time viewer statistics
|
|
335
|
+
- [Get Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#get_live_stream_by_id) - Retrieve detailed stream information
|
|
336
|
+
- [Delete Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#delete_live_stream) - Terminate and remove live stream
|
|
337
|
+
- [Update Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#update_live_stream) - Modify stream settings and configuration
|
|
338
|
+
- [Enable Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#enable_live_stream) - Activate live streaming
|
|
339
|
+
- [Disable Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#disable_live_stream) - Pause live streaming
|
|
340
|
+
- [Complete Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#complete_live_stream) - Finalize and archive stream
|
|
341
341
|
|
|
342
342
|
#### Live Playback
|
|
343
|
-
- [Create Playback ID](docs/sdks/liveplayback/README.md#create_playback_id_of_stream) - Generate secure live playback access
|
|
344
|
-
- [Delete Playback ID](docs/sdks/liveplayback/README.md#delete_playback_id_of_stream) - Revoke live playback access
|
|
345
|
-
- [Get Playback ID](docs/sdks/liveplayback/README.md#get_live_stream_playback_id) - Retrieve live playback configuration
|
|
343
|
+
- [Create Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/liveplayback/README.md#create_playback_id_of_stream) - Generate secure live playback access
|
|
344
|
+
- [Delete Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/liveplayback/README.md#delete_playback_id_of_stream) - Revoke live playback access
|
|
345
|
+
- [Get Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/liveplayback/README.md#get_live_stream_playback_id) - Retrieve live playback configuration
|
|
346
346
|
|
|
347
347
|
#### Simulcast Stream
|
|
348
|
-
- [Create Simulcast](docs/sdks/simulcaststream/README.md#create_simulcast_of_stream) - Set up multi-platform streaming
|
|
349
|
-
- [Delete Simulcast](docs/sdks/simulcaststream/README.md#delete_simulcast_of_stream) - Remove simulcast configuration
|
|
350
|
-
- [Get Simulcast](docs/sdks/simulcaststream/README.md#get_specific_simulcast_of_stream) - Retrieve simulcast settings
|
|
351
|
-
- [Update Simulcast](docs/sdks/simulcaststream/README.md#update_specific_simulcast_of_stream) - Modify simulcast parameters
|
|
348
|
+
- [Create Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#create_simulcast_of_stream) - Set up multi-platform streaming
|
|
349
|
+
- [Delete Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#delete_simulcast_of_stream) - Remove simulcast configuration
|
|
350
|
+
- [Get Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#get_specific_simulcast_of_stream) - Retrieve simulcast settings
|
|
351
|
+
- [Update Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#update_specific_simulcast_of_stream) - Modify simulcast parameters
|
|
352
352
|
|
|
353
|
-
### Video Data API
|
|
353
|
+
### Video Data API
|
|
354
354
|
|
|
355
355
|
Monitor video performance and quality with comprehensive analytics and real-time metrics.
|
|
356
356
|
|
|
357
357
|
For detailed documentation, see [FastPix Video Data Overview](https://docs.fastpix.io/docs/video-data-overview).
|
|
358
358
|
|
|
359
359
|
#### Metrics
|
|
360
|
-
- [List Breakdown Values](docs/sdks/metrics/README.md#list_breakdown_values) - Get detailed breakdown of metrics by dimension
|
|
361
|
-
- [List Overall Values](docs/sdks/metrics/README.md#list_overall_values) - Get aggregated metric values across all content
|
|
362
|
-
- [Get Timeseries Data](docs/sdks/metrics/README.md#get_timeseries_data) - Retrieve time-based metric trends and patterns
|
|
363
|
-
- [List Comparison Values](docs/sdks/metrics/README.md#list_comparison_values) - Compare metrics across different time periods
|
|
360
|
+
- [List Breakdown Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#list_breakdown_values) - Get detailed breakdown of metrics by dimension
|
|
361
|
+
- [List Overall Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#list_overall_values) - Get aggregated metric values across all content
|
|
362
|
+
- [Get Timeseries Data](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#get_timeseries_data) - Retrieve time-based metric trends and patterns
|
|
363
|
+
- [List Comparison Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#list_comparison_values) - Compare metrics across different time periods
|
|
364
364
|
|
|
365
365
|
#### Views
|
|
366
|
-
- [List Video Views](docs/sdks/viewssdk/README.md#list_video_views) - Get comprehensive list of video viewing sessions
|
|
367
|
-
- [Get View Details](docs/sdks/viewssdk/README.md#get_video_view_details) - Retrieve detailed information about specific video views
|
|
368
|
-
- [List Top Content](docs/sdks/viewssdk/README.md#list_by_top_content) - Find your most popular and engaging content
|
|
369
|
-
- [Get Concurrent Viewers](docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_get_timeseries_views) - Monitor real-time viewer counts over time
|
|
370
|
-
- [Get Viewer Breakdown](docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_filter) - Analyze viewers by device, location, and other dimensions
|
|
366
|
+
- [List Video Views](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#list_video_views) - Get comprehensive list of video viewing sessions
|
|
367
|
+
- [Get View Details](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#get_video_view_details) - Retrieve detailed information about specific video views
|
|
368
|
+
- [List Top Content](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#list_by_top_content) - Find your most popular and engaging content
|
|
369
|
+
- [Get Concurrent Viewers](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_get_timeseries_views) - Monitor real-time viewer counts over time
|
|
370
|
+
- [Get Viewer Breakdown](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_filter) - Analyze viewers by device, location, and other dimensions
|
|
371
371
|
|
|
372
372
|
#### Dimensions
|
|
373
|
-
- [List Dimensions](docs/sdks/dimensions/README.md#list_dimensions) - Get available data dimensions for filtering and analysis
|
|
374
|
-
- [List Filter Values](docs/sdks/dimensions/README.md#list_filter_values_for_dimension) - Get specific values for a particular dimension
|
|
373
|
+
- [List Dimensions](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/dimensions/README.md#list_dimensions) - Get available data dimensions for filtering and analysis
|
|
374
|
+
- [List Filter Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/dimensions/README.md#list_filter_values_for_dimension) - Get specific values for a particular dimension
|
|
375
375
|
|
|
376
376
|
|
|
377
377
|
|
|
378
|
-
### In-Video AI Features
|
|
379
|
-
|
|
378
|
+
### In-Video AI Features
|
|
380
379
|
Enhance video content with AI-powered features including moderation, summarization, and intelligent categorization.
|
|
381
380
|
|
|
382
381
|
For detailed documentation, see [Video Moderation Guide](https://docs.fastpix.io/docs/using-nsfw-and-profanity-filter-for-video-moderation).
|
|
383
382
|
|
|
384
|
-
- [Generate Summary](docs/sdks/invideoaifeatures/README.md#update_media_summary) - Create AI-generated video summaries
|
|
385
|
-
- [Create Chapters](docs/sdks/invideoaifeatures/README.md#update_media_chapters) - Automatically generate video chapter markers
|
|
386
|
-
- [Extract Entities](docs/sdks/invideoaifeatures/README.md#update_media_named_entities) - Identify and extract named entities from content
|
|
387
|
-
- [Enable Moderation](docs/sdks/invideoaifeatures/README.md#update_media_moderation) - Activate content moderation and safety checks
|
|
383
|
+
- [Generate Summary](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_summary) - Create AI-generated video summaries
|
|
384
|
+
- [Create Chapters](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_chapters) - Automatically generate video chapter markers
|
|
385
|
+
- [Extract Entities](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_named_entities) - Identify and extract named entities from content
|
|
386
|
+
- [Enable Moderation](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_moderation) - Activate content moderation and safety checks
|
|
388
387
|
|
|
389
388
|
|
|
390
389
|
### Error Handling
|
|
391
390
|
|
|
392
391
|
Handle and manage errors with comprehensive error handling capabilities and detailed error information for all API operations.
|
|
393
392
|
|
|
394
|
-
- [List Errors](docs/sdks/errors/README.md#list_errors) - Retrieve comprehensive error logs and diagnostics
|
|
393
|
+
- [List Errors](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/errors/README.md#list_errors) - Retrieve comprehensive error logs and diagnostics
|
|
395
394
|
|
|
396
395
|
<!-- End API Reference [api-reference] -->
|
|
397
396
|
|
|
@@ -476,7 +475,7 @@ with Fastpix(
|
|
|
476
475
|
<!-- Start Error Handling [errors] -->
|
|
477
476
|
## Error Handling
|
|
478
477
|
|
|
479
|
-
[`FastpixError`](./src/
|
|
478
|
+
[`FastpixError`](./src/FastPix/errors/fastpixerror.py) is the base class for all HTTP error responses. It has the following properties:
|
|
480
479
|
|
|
481
480
|
| Property | Type | Description |
|
|
482
481
|
| ------------------ | ---------------- | --------------------------------------------------------------------------------------- |
|
|
@@ -538,9 +537,9 @@ with Fastpix(
|
|
|
538
537
|
|
|
539
538
|
### Error Classes
|
|
540
539
|
**Primary errors:**
|
|
541
|
-
* [`FastpixError`](./src/
|
|
542
|
-
* [`InvalidPermissionError`](./src/
|
|
543
|
-
* [`ValidationErrorResponse`](./src/
|
|
540
|
+
* [`FastpixError`](./src/Fastpix/errors/fastpixerror.py): The base class for HTTP error responses.
|
|
541
|
+
* [`InvalidPermissionError`](./src/Fastpix/errors/invalidpermission_error.py): *
|
|
542
|
+
* [`ValidationErrorResponse`](./src/Fastpix/errors/validationerrorresponse.py): Status code `422`. *
|
|
544
543
|
|
|
545
544
|
<details><summary>Less common errors (27)</summary>
|
|
546
545
|
|
|
@@ -552,34 +551,34 @@ with Fastpix(
|
|
|
552
551
|
* [`httpx.TimeoutException`](https://www.python-httpx.org/exceptions/#httpx.TimeoutException): HTTP request timed out.
|
|
553
552
|
|
|
554
553
|
|
|
555
|
-
**Inherit from [`FastpixError`](./src/
|
|
556
|
-
* [`ForbiddenError`](./src/
|
|
557
|
-
* [`UnauthorizedError`](./src/
|
|
558
|
-
* [`MediaNotFoundError`](./src/
|
|
559
|
-
* [`BadRequestError`](./src/
|
|
560
|
-
* [`NotFoundError`](./src/
|
|
561
|
-
* [`ViewNotFoundError`](./src/
|
|
562
|
-
* [`LiveNotFoundError`](./src/
|
|
563
|
-
* [`InvalidPlaylistIDResponseError`](./src/
|
|
564
|
-
* [`UnAuthorizedResponseError`](./src/
|
|
565
|
-
* [`ForbiddenResponseError`](./src/
|
|
566
|
-
* [`TrackDuplicateRequestError`](./src/
|
|
567
|
-
* [`NotFoundErrorSimulcast`](./src/
|
|
568
|
-
* [`MediaOrPlaybackNotFoundError`](./src/
|
|
569
|
-
* [`NotFoundErrorPlaybackID`](./src/
|
|
570
|
-
* [`SigningKeyNotFoundError`](./src/
|
|
571
|
-
* [`DuplicateMp4SupportError`](./src/
|
|
572
|
-
* [`TrialPlanRestrictionError`](./src/
|
|
573
|
-
* [`StreamAlreadyEnabledError`](./src/
|
|
574
|
-
* [`StreamAlreadyDisabledError`](./src/
|
|
575
|
-
* [`SimulcastUnavailableError`](./src/
|
|
576
|
-
* [`MediaClipNotFoundError`](./src/
|
|
577
|
-
* [`DuplicateReferenceIDErrorResponse`](./src/
|
|
578
|
-
* [`ResponseValidationError`](./src/
|
|
554
|
+
**Inherit from [`FastpixError`](./src/Fastpix/errors/fastpixerror.py)**:
|
|
555
|
+
* [`ForbiddenError`](./src/Fastpix/errors/forbidden_error.py): Status code `403`. Applicable to 26 of 66 methods.*
|
|
556
|
+
* [`UnauthorizedError`](./src/Fastpix/errors/unauthorized_error.py): Applicable to 24 of 66 methods.*
|
|
557
|
+
* [`MediaNotFoundError`](./src/Fastpix/errors/medianotfound_error.py): Status code `404`. Applicable to 17 of 66 methods.*
|
|
558
|
+
* [`BadRequestError`](./src/Fastpix/errors/badrequest_error.py): Bad Request. Status code `400`. Applicable to 10 of 66 methods.*
|
|
559
|
+
* [`NotFoundError`](./src/Fastpix/errors/notfounderror.py): Status code `404`. Applicable to 8 of 66 methods.*
|
|
560
|
+
* [`ViewNotFoundError`](./src/Fastpix/errors/viewnotfound_error.py): View Not Found. Status code `404`. Applicable to 7 of 66 methods.*
|
|
561
|
+
* [`LiveNotFoundError`](./src/Fastpix/errors/livenotfounderror.py): Stream Not Found. Status code `404`. Applicable to 6 of 66 methods.*
|
|
562
|
+
* [`InvalidPlaylistIDResponseError`](./src/Fastpix/errors/invalidplaylistidresponse_error.py): Payload Validation Failed. Status code `422`. Applicable to 6 of 66 methods.*
|
|
563
|
+
* [`UnAuthorizedResponseError`](./src/Fastpix/errors/unauthorizedresponse_error.py): response for unauthorized request. Status code `401`. Applicable to 4 of 66 methods.*
|
|
564
|
+
* [`ForbiddenResponseError`](./src/Fastpix/errors/forbiddenresponse_error.py): response for forbidden request. Status code `403`. Applicable to 4 of 66 methods.*
|
|
565
|
+
* [`TrackDuplicateRequestError`](./src/Fastpix/errors/trackduplicaterequest_error.py): Duplicate language name. Status code `400`. Applicable to 3 of 66 methods.*
|
|
566
|
+
* [`NotFoundErrorSimulcast`](./src/Fastpix/errors/notfounderrorsimulcast.py): Stream/Simulcast Not Found. Status code `404`. Applicable to 3 of 66 methods.*
|
|
567
|
+
* [`MediaOrPlaybackNotFoundError`](./src/Fastpix/errors/mediaorplaybacknotfound_error.py): Status code `404`. Applicable to 2 of 66 methods.*
|
|
568
|
+
* [`NotFoundErrorPlaybackID`](./src/Fastpix/errors/notfounderrorplaybackid.py): Status code `404`. Applicable to 2 of 66 methods.*
|
|
569
|
+
* [`SigningKeyNotFoundError`](./src/Fastpix/errors/signingkeynotfounderror.py): Bad Request. Status code `404`. Applicable to 2 of 66 methods.*
|
|
570
|
+
* [`DuplicateMp4SupportError`](./src/Fastpix/errors/duplicatemp4support_error.py): Mp4Support value already exists. Status code `400`. Applicable to 1 of 66 methods.*
|
|
571
|
+
* [`TrialPlanRestrictionError`](./src/Fastpix/errors/trialplanrestrictionerror.py): Bad Request – Stream is either already enabled or cannot be enabled on trial plan. Status code `400`. Applicable to 1 of 66 methods.*
|
|
572
|
+
* [`StreamAlreadyEnabledError`](./src/Fastpix/errors/streamalreadyenablederror.py): Bad Request – Stream is either already enabled or cannot be enabled on trial plan. Status code `400`. Applicable to 1 of 66 methods.*
|
|
573
|
+
* [`StreamAlreadyDisabledError`](./src/Fastpix/errors/streamalreadydisablederror.py): Stream already disabled. Status code `400`. Applicable to 1 of 66 methods.*
|
|
574
|
+
* [`SimulcastUnavailableError`](./src/Fastpix/errors/simulcastunavailable_error.py): Simulcast is not available for trial streams. Status code `400`. Applicable to 1 of 66 methods.*
|
|
575
|
+
* [`MediaClipNotFoundError`](./src/Fastpix/errors/mediaclipnotfound_error.py): media workspace relation not found. Status code `404`. Applicable to 1 of 66 methods.*
|
|
576
|
+
* [`DuplicateReferenceIDErrorResponse`](./src/Fastpix/errors/duplicatereferenceiderrorresponse.py): Displays the result of the request. Status code `409`. Applicable to 1 of 66 methods.*
|
|
577
|
+
* [`ResponseValidationError`](./src/Fastpix/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
579
578
|
|
|
580
579
|
</details>
|
|
581
580
|
|
|
582
|
-
\* Check [the method documentation](#available-resources-and-operations) to see if the error is applicable.
|
|
581
|
+
\* Check [the method documentation](https://github.com/FastPix/fastpix-python/blob/main/README.md#available-resources-and-operations) to see if the error is applicable.
|
|
583
582
|
<!-- End Error Handling [errors] -->
|
|
584
583
|
|
|
585
584
|
<!-- Start Server Selection [server] -->
|