git-subtree-dir: ruma-appservice-api git-subtree-mainline: b76327f5220e96822889878d5fce1d03db0b55d2 git-subtree-split: 890cf1397304892fd690e74205c1055d6f49455a
6 lines
134 B
Rust
6 lines
134 B
Rust
//! Endpoints for the r0.x.x versions of the application service API specification
|
|
|
|
pub mod event;
|
|
pub mod query;
|
|
pub mod thirdparty;
|