• Internal function to create a new SDK client instance. The client is installed and then bound to the current scope.

    Type Parameters

    • F extends Client<ClientOptions<BaseTransportOptions>, F>

    • O extends ClientOptions<BaseTransportOptions, O>

    Parameters

    • clientClass: ClientClass<F, O>

      The client class to instantiate.

    • options: O

      Options to pass to the client.

    Returns void

Generated using TypeDoc