Class AssetsApi

AssetsApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • AssetsApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns AssetsApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Parameters

    • requestParameters: AssetsApiAssetsCreateRequest = {}

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<AssetRead, any>>

    Summary

    Method saves new asset on the server and attaches it to a corresponding guide

    Throws

    Memberof

    AssetsApi

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Method deletes a specific asset from the server

    Throws

    Memberof

    AssetsApi

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Method returns an asset file

    Throws

    Memberof

    AssetsApi

Generated using TypeDoc