Need to specifically export the classes and interfaces from the generated clients imx object for rollup to bundle them correctly.

Hierarchy

  • AssetsApi
    • AssetsApi

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns AssetsApi

Properties

basePath: string
axios: AxiosInstance
configuration: undefined | Configuration

Methods

  • Get details of an asset

    Parameters

    • requestParameters: AssetsApiGetAssetRequest

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<Asset, any>>

    Summary

    Get details of an asset

    Throws

    Memberof

    AssetsApi

  • Get a list of assets

    Parameters

    • Optional requestParameters: AssetsApiListAssetsRequest

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<ListAssetsResponse, any>>

    Summary

    Get a list of assets

    Throws

    Memberof

    AssetsApi

Generated using TypeDoc