Holds the base URL, credential, and SSL settings for API requests.
Built via LogpointApi.client/3,4.
Summary
Types
@type t() :: %LogpointApi.Data.Client{ base_url: String.t(), credential: LogpointApi.Data.Credential.t(), ssl_verify: boolean() }
Functions
@spec new(String.t(), LogpointApi.Data.Credential.t(), keyword()) :: t()