LexOffice.Connection (lexoffice.de API v0.1.9) View Source

Documentation for LexOffice.Connection which provides low-level API functionality to the lexoffice.de API.

It is used for low-level communication and should not be used directly by users of this library.

Link to this section Summary

Functions

Creates a new API Connection for the given API Key by returning a pre-configured Tesla HTTP Client.

Link to this section Functions

Link to this function

new(api_key \\ Application.get_env(:lexoffice, :api_key))

View Source

Specs

new(String.t() | nil) :: Tesla.Env.client()

Creates a new API Connection for the given API Key by returning a pre-configured Tesla HTTP Client.