Static
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
routeStatic
Private
routeStatic
Private
routeStatic
createCreate a new video (aka: pre-recorded content)
Videos Create Video - BingeWave
Returns a promise from Axios.
The data that will be used to created the video
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
deleteRemove pre-recorded content/video so that it is no longer accessible.
Videos Delete Video - BingeWave
Returns a promise from Axios.
The id of the video.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
listRetrieves a list of videos/pre-recorded content that have previously uploaded. The list can be paginated and sorted with the query options.
Videos Create Video - BingeWave
Returns a promise from Axios.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
updateUpdate a video/pre-recorded content that has been previously created.
Videos Update Video - BingeWave
Returns a promise from Axios.
The id of the video
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
uploadSets the main image for the video/pre-recorded content.
Videos Upload Main Image - BingeWave
Returns a promise from Axios.
The id of the video this be the main video for.
Name of file.
Either the location of the file OR a file object. If in a browser, pass in the file object. If executing on a node backend, pass in the location of the file on the server.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
uploadUploads the video file that will be used as the main video for the pre-recorded content.
Videos Set Main Video File - BingeWave
Returns a promise from Axios.
Either the location of the file OR a file object. If in a browser, pass in the file object. If executing on a node backend, pass in the location of the file on the server.
The id of the video this be the main video for.
Data that will be passed in the body of the request.
Optional
query: null | AnyObjectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
uploadUploads the video file that will be used as the trailer/preview for the pre-recorded content.
Videos Set Main Video File - BingeWave
Returns a promise from Axios.
Either the location of the file OR a file object. If in a browser, pass in the file object. If executing on a node backend, pass in the location of the file on the server.
The id of the video this be the main video for.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
viewRetrieve a single video/pre-recorded content that has been uploaded.
Videos Single Video - BingeWave
Returns a promise from Axios.
The id of the video you want to retrieve.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Generated using TypeDoc
Videos
Videos and pre-recorded content are used interchangeably for the API. This class will allow you to manage the videos for a given organizer account.