Module client

Source
Expand description

Configurable client::RestClient capable of executing signed RestRequests and parsing responses.

Structsยง

RestClient
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 of Signer, Mac, signature Encoder, and HttpParser.