ruma-client-api 0.16.0

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
7
8
//! Endpoints for third party lookups

pub mod get_location_for_protocol;
pub mod get_location_for_room_alias;
pub mod get_protocol;
pub mod get_protocols;
pub mod get_user_for_protocol;
pub mod get_user_for_user_id;