Expand description
Defines an abstract RestRequest that can be executed by a fully
configurable RestClient.
Modules§
- client
- Configurable
client::RestClientcapable of executing signedRestRequests and parsing responses.
Traits§
- Rest
Request - Http REST request that can be executed by a
RestClient.