Holds the configured HTTP client used to communicate with the Plain API.
Create one with ExPlain.new/1 and pass it as the first argument to every
domain function.
Summary
Types
@type t() :: %ExPlain.Client{req: Req.Request.t()}
Holds the configured HTTP client used to communicate with the Plain API.
Create one with ExPlain.new/1 and pass it as the first argument to every
domain function.
@type t() :: %ExPlain.Client{req: Req.Request.t()}