Skip to main content

ruma_federation_api/
query.rs

1//! Endpoints to retrieve information from a homeserver about a resource.
2
3pub mod get_custom_information;
4#[cfg(feature = "unstable-msc4373")]
5pub mod get_edu_types;
6pub mod get_profile_information;
7pub mod get_room_information;