ruwuma/crates/ruma-appservice-api/src/thirdparty/get_user_for_protocol.rs
2021-05-03 15:50:27 +02:00

5 lines
136 B
Rust

//! Endpoint to retrieve a Matrix User ID linked to a user on the third party network, given a set
//! of user parameters.
pub mod v1;