usps v0.1.0 Usps View Source
Light API wrapper around the XML based API for USPS.
API requests are broken down into two steps.
- Create a
Operationstruct - Pass the
Operationstruct intorequest/1
Link to this section Summary
Functions
Execute a request to the USPS API using the given operation.
Link to this section Functions
Link to this function
request(operation)
View Sourcerequest(operation :: Usps.Operation.t()) :: Usps.Client.success() | Usps.Client.error()
Execute a request to the USPS API using the given operation.