Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SettingsApi

Index

Constructors

  • new SettingsApi(configuration: Configuration, requestFactory?: SettingsApiRequestFactory, responseProcessor?: SettingsApiResponseProcessor): SettingsApi

Properties

api: ObservableSettingsApi

Methods

  • Retrieve a developer account. Returns the latest 10 transaction intents that were created with each developer account. Get existing developer account.

    Parameters

    • id: string

      Specifies the unique developer account ID (starts with dac_).

    • Optional expand: "transactionIntents"[]
    • Optional _options: Configuration

    Returns Promise<DeveloperAccountResponse>

  • Retrieve the list of the developer accounts for the current project. Returns the latest 10 transaction intents that were created with each developer account. By default, a maximum of 10 accounts are shown per page. List of developer accounts.

    Parameters

    • Optional limit: number

      Specifies the maximum number of records to return.

    • Optional skip: number

      Specifies the offset for the first records to return.

    • Optional order: SortOrder

      Specifies the order in which to sort the results.

    • Optional expand: "transactionIntents"[]

      Specifies the fields to expand in the response.

    • Optional deleted: boolean

      Specifies whether to include deleted dev accounts.

    • Optional _options: Configuration

    Returns Promise<DeveloperAccountListResponse>

Generated using TypeDoc