1//! Endpoints to retrieve information from a homeserver about a resource. 2 3pub mod get_custom_information; 4pub mod get_profile_information; 5pub mod get_room_information;