The configuration to use for the client.
Optional
getEnvironmentOptions?: () => Partial<ClientOptions>The function to use to get the environment options. By default, a function that
returns process.env
is used.
Optional
options?: Partial<ClientOptions>The options to use for openapi-fetch.createOpenApiClient.
The Phoenix client as a strongly typed openapi-fetch client.
Create a Phoenix client.
The client is strongly typed and uses generated openapi types.
Example