Expand description
Typed JMAP Tasks method wrappers — response types, SessionClient, constants, and helpers.
Response types mirror RFC 8620 standard shapes (§5.1 /get, §5.5 /query,
§5.2 /changes, §5.3 /set). Method implementations live in sub-modules and
operate on SessionClient.
Modules§
- task
- JMAP Tasks — Task/* method implementations on SessionClient.
- task_
list - JMAP Tasks — TaskList/* method implementations on SessionClient.
- task_
notification - JMAP Tasks — TaskNotification/* method implementations on SessionClient.
Structs§
- Added
Item - A single item added to a query result set (RFC 8620 §5.6).
- Changes
Response - RFC 8620 §5.2 —
Foo/changesresponse shape. - GetResponse
- RFC 8620 §5.1 —
Foo/getresponse shape. - Query
Changes Response - RFC 8620 §5.6 —
Foo/queryChangesresponse shape. - Query
Response - RFC 8620 §5.5 —
Foo/queryresponse shape. - Session
Client - A
JmapClientbound to a JMAP session. - SetError
- A per-item failure in a
/setresponse (RFC 8620 §5.3). - SetResponse
- RFC 8620 §5.3 —
Foo/setresponse shape. - Task
List SetParams - Extra method-level arguments for
TaskList/set(draft-ietf-jmap-tasks-06 §3.7).