Options
All
  • Public
  • Public/Protected
  • All
Menu

DropboxesApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • DropboxesApi

Index

Constructors

constructor

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

createaNewSharedInbox

deleteaSpecificSharedInbox

  • Delete a specific shared inbox, specified by shared inbox ID.

    summary

    Delete a Specific Shared Inbox

    throws

    {RequiredError}

    memberof

    DropboxesApi

    Parameters

    Returns Promise<AxiosResponse<void>>

getInformationonaSpecificSharedInbox

getaListingofAllSharedInboxes

updateaSharedInbox

  • Make changes to an existing shared inbox.

    summary

    Update a Shared Inbox

    throws

    {RequiredError}

    memberof

    DropboxesApi

    Parameters

    Returns Promise<AxiosResponse<void>>