types/crates/ruma-appservice-api
Jonas Platte 31331f3165
Bring back ruma-events
Co-authored-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-08-28 10:23:54 +02:00
..
src Bring back ruma-events 2023-08-28 10:23:54 +02:00
tests Replace assert_matches by assert_matches2 2023-06-08 11:37:11 +02:00
Cargo.toml Bring back ruma-events 2023-08-28 10:23:54 +02:00
CHANGELOG.md appservice-api: Add support for the appservice ping mechanism 2023-05-30 20:58:24 +02:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-appservice-api

crates.io page docs.rs page license: MIT

ruma-appservice-api contains serializable types for the requests and responses for each endpoint in the Matrix application service API specification. These types can be shared by application service and server code.

Status

This project is currently experimental and is very likely to change drastically.