Module zohohorrorshow::client

source ·
Expand description

The client module contains the implementations for the API client itself and wraps the OAuth process necessary to make requests for a user’s data. If in doubt, this is the one to import. Each model is provided its own plural-named method on ZohoClient for retrieving many entries. Where possible there is also a singular-names method which takes an ID parameter to retrieve a single entry. Some entities such as Activities are only available from the Zoho API as a list; in these cases a singular call has not been provided.

Structs

  • ZohoClient initialises and manages the details with which we can make a connection to the Zoho API. It holds the information required which is then passed down into the various ModelRequests for use with a specific endpoint.