GoogleApi.Speech.V1.Connection.new

You're seeing just the function new, go back to GoogleApi.Speech.V1.Connection module for more information.

Specs

new() :: Tesla.Client.t()

Configure an authless client connection

Returns

  • Tesla.Env.client

Specs

new(String.t()) :: Tesla.Client.t()
new(([String.t()] -> String.t())) :: Tesla.Client.t()

Configure a client connection using a function which yields a Bearer token.

Parameters

  • token_fetcher (type: list(String.t()) -> String.t()) - Callback which provides an OAuth2 token given a list of scopes

Returns

  • Tesla.Env.client