Module ruma_client_api::push
source · Expand description
Endpoints for push notifications.
Modules§
DELETE /_matrix/client/*/pushrules/global/{kind}/{ruleId}
GET /_matrix/client/*/notifications
GET /_matrix/client/*/pushers
GET /_matrix/client/*/pushrules/global/{kind}/{ruleId}
GET /_matrix/client/*/pushrules/global/{kind}/{ruleId}/actions
GET /_matrix/client/*/pushrules/global/{kind}/{ruleId}/enabled
GET /_matrix/client/*/pushrules/
GET /_matrix/client/*/pushrules/global/
POST /_matrix/client/*/pushers/set
PUT /_matrix/client/*/pushrules/global/{kind}/{ruleId}
PUT /_matrix/client/*/pushrules/global/{kind}/{ruleId}/actions
PUT /_matrix/client/*/pushrules/global/{kind}/{ruleId}/enabled
Structs§
- Information for an email pusher.
- An error that happens when
PushRule
cannot be converted intoPatternedPushRule
- Like
SimplePushRule
, but may represent any kind of push rule thanks topattern
andconditions
being optional. - Defines a pusher.
- Strings to uniquely identify a
Pusher
. - Initial set of fields of
Pusher
.
Enums§
- Which kind a pusher is, and the information for that kind.
- The kinds of push rules that are available.