Expand description
Configurable client::RestClient capable of executing signed RestRequests and parsing
responses.
Structsยง
- Rest
Client - Configurable REST client capable of executing signed
RestRequests. Use this when integrating APIs that require Http in order to interact with resources. Each API will require a specific combination ofSigner,Mac, signatureEncoder, andHttpParser.