Class ArnHttpClientFactory

Creates a client that will connect to an ARN Server.

Hierarchy

  • ArnHttpClientFactory

Implements

Constructors

Properties

configByUrl: Map<string, ArnValidClientConfig> = ...

Configuration cache, by API key.

serviceFactories: ArnServiceFactories

Factories to instantiate services and their configurations.

defaultServiceFactories: ArnClientServiceIndexed<(() => any)> = ...

Default implementations of service factories.

They are construction methods instead of instances to avoid instantiating them if they are to be replaced.

Methods

  • Fetch a remote ARN project configuration.

    Parameters

    • projectUrl: string

      The URL of the project.

    Returns Promise<ArnValidClientConfig>

Generated using TypeDoc