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ยง
- client
client - Std-blocking Gmail client, gated behind the
clientfeature. - history_
poll - Infinite polling watch coroutine built on the history API.
- query
- Turn a
Serializestruct 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.