PandaDoc.Connection (pandadoc.com API v0.1.2) View Source

Documentation for PandaDoc.Connection which provides low-level API functionality to the pandadoc.com 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(:pandadoc, :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.