Skip to main content

Module v1

Module v1 

Source
Expand description

Gmail API v1.

rest mirrors the REST resource tree (users.*); sibling modules add composed coroutines built on the REST ones (e.g. history_poll, a poll-based mailbox watcher).

Modulesยง

clientclient
Std-blocking Gmail client, gated behind the client feature.
history_poll
Infinite polling watch coroutine built on the history API.
query
Turn a Serialize struct into URL query pairs.
rest
Gmail REST API (users.*), flattened: each method is a file and each sub-resource a module, mirroring the reference tree.
send
HTTP/JSON transport every Gmail coroutine delegates to.