Expand description
Gmail Labels API wrapper.
No pagination — Gmail’s labels.list returns every label in one call.
Label creation is not in this issue’s endpoint list; the CLI’s
label add/remove map to
MessagesApi::batch_modify,
not to anything here.
Structs§
- Labels
Api - Labels API façade.