ruma_client_api

Module device

Source
Available on crate features client or server only.
Expand description

Endpoints for managing devices.

Modules§

delete_device
DELETE /_matrix/client/*/devices/{deviceId}
delete_devices
POST /_matrix/client/*/delete_devices
get_device
GET /_matrix/client/*/devices/{deviceId}
get_devices
GET /_matrix/client/*/devices
update_device
PUT /_matrix/client/*/devices/{deviceId}

Structs§

Device
Information about a registered device.