Module requests

Source
Expand description

Interface to various endpoints of the RING HTTP API.

Re-exports§

pub use submit::*;
pub use status::*;
pub use result::*;

Modules§

result
Retrieving the results of a RING Job
status
Endpoint for querying the status of a job.
submit
Submit a job.

Enums§

RequestBody
What body, if any, should be sent with a request?

Traits§

Request
A RING API request.