Qore GmailDataProvider Module Reference 1.0
|
The GmailDataProvider module provides a data provider API for Google cloud REST API services.
This data provider provides Google API access to the Gmail API as defined by Google's Discovery API; some example data providers are listed below:
To use this data provider, you will need a connection that has already executed the OAuth2 authorization code flow and acquired a token to communicate with the Google API.
The name of the Gmail data provider factory is gmail
.
These examples are with qdp
, the command-line interface to the Data Provider API.