[][src]Module zohohorrorshow::request

Principally a wrapper module for Reqwest, this abstracts the details necessary for actually creating and making a request to the Zoho API.

Structs

RequestDetails

Wrapper for the details used when making a single request to the Zoho API

Traits

FilterOptions

A trait which defines access functions for turning Filters into parameters which the Zoho system will accept. This is defined for all module::Filter enums, where a request is filterable.

ModelRequest

All Model Requests need to implement a small number of convenience methods for accessing the Zoho API

RequestParameters

Trait with global implementations for issuing requests of each Method. Implemented for each type of ModelRequest, overridden where a specific request Method is not available for that model.