Class MediaRequests

Collection of requests related to media.

Constructors

Methods

  • Parameters

    • id: string

      The allocated id of the media item to be uploaded.

    • media: string | ArrayBuffer

      The media item to upload.

    Returns AxiosRequestConfig

  • Parameters

    • id: string

      The allocated id of the media item.

    Returns AxiosRequestConfig

  • Parameters

    • size: number

      The size (in bytes) of the media item to be uploaded.

    Returns AxiosRequestConfig