# `LogpointApi.Data.Client`
[🔗](https://github.com/MikaelFangel/logpoint_api/blob/v2.2.0/lib/logpoint_api/data/client.ex#L1)

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

Built via `LogpointApi.client/3,4`.

# `t`

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

# `new`

```elixir
@spec new(String.t(), LogpointApi.Data.Credential.t(), keyword()) :: t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
