Options
All
  • Public
  • Public/Protected
  • All
Menu

ClientsApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • ClientsApi

Index

Constructors

constructor

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

addClient

deleteClient

  • Delete a registered client, specified by client ID.

    summary

    delete_client

    throws

    {RequiredError}

    memberof

    ClientsApi

    Parameters

    Returns Promise<AxiosResponse<void>>

getClientById

  • Get information about a specific registered client, specified by the client ID returned in the GET response.

    summary

    get_client_by_id

    throws

    {RequiredError}

    memberof

    ClientsApi

    Parameters

    Returns Promise<AxiosResponse<ClientsResponse>>

getClients

  • Get a listing of clients currently registered to use the Aspera on Cloud API.

    summary

    get_clients

    throws

    {RequiredError}

    memberof

    ClientsApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<ClientsResponse[]>>

updateClient

  • Update a registered client. For example, change the redirect URI and the admin node token retrieval parameters.

    summary

    update_client

    throws

    {RequiredError}

    memberof

    ClientsApi

    Parameters

    Returns Promise<AxiosResponse<void>>