Interface APIClientContext

Hierarchy

  • APIClientContext

Properties

apiHost?: string
appId: string
clientId: string
parseResponse: (<ResponseCommandUnion>(req: APICommand, bodyJson: any) => ResponseCommandUnion)

Type declaration

    • <ResponseCommandUnion>(req: APICommand, bodyJson: any): ResponseCommandUnion
    • Type Parameters

      • ResponseCommandUnion

      Parameters

      Returns ResponseCommandUnion

Generated using TypeDoc