Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiClient

Hierarchy

  • ApiClient

Implemented by

Index

Methods

  • batchQuery(queries: Flatten<QueryParams & Flatten<Omit<QueryAllOptions, "limit"> & { pageSize?: number }>>[]): Promise<Envelope[][]>
  • queryIteratePages(params: QueryParams, options: Flatten<Omit<QueryAllOptions, "limit"> & { pageSize?: number }>): AsyncGenerator<Envelope[], any, unknown>
  • queryIterator(params: QueryParams, options: Flatten<Omit<QueryAllOptions, "limit"> & { pageSize?: number }>): AsyncGenerator<Envelope, any, unknown>
  • setAuthenticator(authenticator: Authenticator, cacheExpirySeconds?: number): void

Generated using TypeDoc