LogpointApi.Data.Client (logpoint_api v2.2.0)

Copy Markdown View Source

Holds the base URL, credential, and SSL settings for API requests.

Built via LogpointApi.client/3,4.

Summary

Types

t()

@type t() :: %LogpointApi.Data.Client{
  base_url: String.t(),
  credential: LogpointApi.Data.Credential.t(),
  ssl_verify: boolean()
}

Functions

new(base_url, credential, opts \\ [])