Search
@type t() :: %EasyPost.Config{ api_key: String.t(), host: String.t(), http_client: module(), http_client_opts: any(), json_codec: module(), path: String.t(), port: pos_integer(), protocol: String.t(), retry: boolean(), retry_opts: Keyword.t() }
@spec new(map()) :: t()