Class CloudstoragesApi

CloudstoragesApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • CloudstoragesApi

Constructors

Properties

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

Methods

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Method deletes a specific cloud storage

    Throws

    Memberof

    CloudstoragesApi

  • Method return allowed actions for cloud storage. It's required for reading/writing

    Parameters

    Returns Promise<AxiosResponse<string, any>>

    Summary

    Method returns allowed actions for the cloud storage

    Throws

    Memberof

    CloudstoragesApi

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Method returns a preview image from a cloud storage

    Throws

    Memberof

    CloudstoragesApi

  • Parameters

    Returns Promise<AxiosResponse<string, any>>

    Summary

    Method returns a cloud storage status

    Throws

    Memberof

    CloudstoragesApi

Generated using TypeDoc