Options
All
  • Public
  • Public/Protected
  • All
Menu

NodesApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • NodesApi

Index

Constructors

constructor

  • Parameters

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

    Returns NodesApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

createaNewNode

  • Create a new transfer node. User must be an organization admin.

    summary

    Create a New Node

    throws

    {RequiredError}

    memberof

    NodesApi

    Parameters

    Returns Promise<AxiosResponse<NodesResponse>>

deleteaSpecificNode

  • Delete a specific transfer node, as specified by node ID. User must be an organization admin.

    summary

    Delete a Specific Node

    throws

    {RequiredError}

    memberof

    NodesApi

    Parameters

    Returns Promise<AxiosResponse<void>>

getInformationonaSpecificNode

getaListingofAllNodes

  • Get information about all transfer nodes belonging to your organization.

    summary

    Get a Listing of All Nodes

    throws

    {RequiredError}

    memberof

    NodesApi

    Parameters

    Returns Promise<AxiosResponse<NodesResponse[]>>

updateaNode

  • Make changes to an existing transfer node. User must be an organization admin.

    summary

    Update a Node

    throws

    {RequiredError}

    memberof

    NodesApi

    Parameters

    Returns Promise<AxiosResponse<void>>