EasyPost.Request (ex_easypost v3.0.4)
Link to this section Summary
Link to this section Types
@type t() :: %EasyPost.Request{ attempt: integer(), body: binary(), headers: EasyPost.http_headers_t(), method: EasyPost.http_method_t(), result: any(), url: String.t() }
Link to this section Functions
Link to this function
send(operation, config)
@spec send(EasyPost.Operation.t(), EasyPost.Config.t()) :: EasyPost.response_t()