Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.push-notifications


delete-push-ruleclj

(delete-push-rule scope kind rule-id)

Delete a push rule. This endpoint removes the push rule defined in the path.

Delete a push rule.
This endpoint removes the push rule defined in the path.
raw docstring

delete-push-rule-with-http-infoclj

(delete-push-rule-with-http-info scope kind rule-id)

Delete a push rule. This endpoint removes the push rule defined in the path.

Delete a push rule.
This endpoint removes the push rule defined in the path.
raw docstring

get-notificationsclj

(get-notifications)
(get-notifications optional-params)

Gets a list of events that the user has been notified about This API is used to paginate through the list of events that the user has been, or would have been notified about.

Gets a list of events that the user has been notified about
  This API is used to paginate through the list of events that the
user has been, or would have been notified about.
raw docstring

get-notifications-with-http-infoclj

(get-notifications-with-http-info)
(get-notifications-with-http-info {:keys [from limit only]})

Gets a list of events that the user has been notified about This API is used to paginate through the list of events that the user has been, or would have been notified about.

Gets a list of events that the user has been notified about
  This API is used to paginate through the list of events that the
user has been, or would have been notified about.
raw docstring

get-push-ruleclj

(get-push-rule scope kind rule-id)

Retrieve a push rule. Retrieve a single specified push rule.

Retrieve a push rule.
Retrieve a single specified push rule.
raw docstring

get-push-rule-with-http-infoclj

(get-push-rule-with-http-info scope kind rule-id)

Retrieve a push rule. Retrieve a single specified push rule.

Retrieve a push rule.
Retrieve a single specified push rule.
raw docstring

get-push-rulesclj

(get-push-rules)

Retrieve all push rulesets. Retrieve all push rulesets for this user. Clients can "drill-down" on the rulesets by suffixing a scope to this path e.g. /pushrules/global/. This will return a subset of this data under the specified key e.g. the global key.

Retrieve all push rulesets.
  Retrieve all push rulesets for this user. Clients can "drill-down" on
the rulesets by suffixing a ``scope`` to this path e.g.
``/pushrules/global/``. This will return a subset of this data under the
specified key e.g. the ``global`` key.
raw docstring

get-push-rules-with-http-infoclj

(get-push-rules-with-http-info)

Retrieve all push rulesets. Retrieve all push rulesets for this user. Clients can "drill-down" on the rulesets by suffixing a scope to this path e.g. /pushrules/global/. This will return a subset of this data under the specified key e.g. the global key.

Retrieve all push rulesets.
  Retrieve all push rulesets for this user. Clients can "drill-down" on
the rulesets by suffixing a ``scope`` to this path e.g.
``/pushrules/global/``. This will return a subset of this data under the
specified key e.g. the ``global`` key.
raw docstring

get-pushersclj

(get-pushers)

Gets the current pushers for the authenticated user Gets all currently active pushers for the authenticated user

Gets the current pushers for the authenticated user
Gets all currently active pushers for the authenticated user
raw docstring

get-pushers-with-http-infoclj

(get-pushers-with-http-info)

Gets the current pushers for the authenticated user Gets all currently active pushers for the authenticated user

Gets the current pushers for the authenticated user
Gets all currently active pushers for the authenticated user
raw docstring

post-pusherclj

(post-pusher pusher)

Modify a pusher for this user on the homeserver. This endpoint allows the creation, modification and deletion of pushers_ for this user ID. The behaviour of this endpoint varies depending on the values in the JSON body.

Modify a pusher for this user on the homeserver.
  This endpoint allows the creation, modification and deletion of `pushers`_
for this user ID. The behaviour of this endpoint varies depending on the
values in the JSON body.
raw docstring

post-pusher-with-http-infoclj

(post-pusher-with-http-info pusher)

Modify a pusher for this user on the homeserver. This endpoint allows the creation, modification and deletion of pushers_ for this user ID. The behaviour of this endpoint varies depending on the values in the JSON body.

Modify a pusher for this user on the homeserver.
  This endpoint allows the creation, modification and deletion of `pushers`_
for this user ID. The behaviour of this endpoint varies depending on the
values in the JSON body.
raw docstring

set-push-ruleclj

(set-push-rule scope kind rule-id pushrule)
(set-push-rule scope kind rule-id pushrule optional-params)

Add or change a push rule. This endpoint allows the creation, modification and deletion of pushers for this user ID. The behaviour of this endpoint varies depending on the values in the JSON body.

Add or change a push rule.
  This endpoint allows the creation, modification and deletion of pushers
for this user ID. The behaviour of this endpoint varies depending on the
values in the JSON body.
raw docstring

set-push-rule-actionsclj

(set-push-rule-actions scope kind rule-id body)

Set the actions for a push rule. This endpoint allows clients to change the actions of a push rule. This can be used to change the actions of builtin rules.

Set the actions for a push rule.
  This endpoint allows clients to change the actions of a push rule.
This can be used to change the actions of builtin rules.
raw docstring

set-push-rule-actions-with-http-infoclj

(set-push-rule-actions-with-http-info scope kind rule-id body)

Set the actions for a push rule. This endpoint allows clients to change the actions of a push rule. This can be used to change the actions of builtin rules.

Set the actions for a push rule.
  This endpoint allows clients to change the actions of a push rule.
This can be used to change the actions of builtin rules.
raw docstring

set-push-rule-enabledclj

(set-push-rule-enabled scope kind rule-id body)

Enable or disable a push rule. This endpoint allows clients to enable or disable the specified push rule.

Enable or disable a push rule.
This endpoint allows clients to enable or disable the specified push rule.
raw docstring

set-push-rule-enabled-with-http-infoclj

(set-push-rule-enabled-with-http-info scope kind rule-id body)

Enable or disable a push rule. This endpoint allows clients to enable or disable the specified push rule.

Enable or disable a push rule.
This endpoint allows clients to enable or disable the specified push rule.
raw docstring

set-push-rule-with-http-infoclj

(set-push-rule-with-http-info scope kind rule-id pushrule)
(set-push-rule-with-http-info scope
                              kind
                              rule-id
                              pushrule
                              {:keys [before after]})

Add or change a push rule. This endpoint allows the creation, modification and deletion of pushers for this user ID. The behaviour of this endpoint varies depending on the values in the JSON body.

Add or change a push rule.
  This endpoint allows the creation, modification and deletion of pushers
for this user ID. The behaviour of this endpoint varies depending on the
values in the JSON body.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close