ruwuma/crates/ruma-client-api
2024-09-13 16:35:24 -04:00
..
src Merge remote-tracking branch 'upstream/main' into conduwuit-changes 2024-09-13 16:35:24 -04:00
tests client-api: Move Error authenticate field to ErrorKind::Forbidden 2024-03-31 21:04:18 +02:00
Cargo.toml client-api: Implement MSC4186. (#1907) 2024-09-12 07:12:49 +00:00
CHANGELOG.md client-api: Replace server_name with via in knock_room and join_room_by_id_or_alias 2024-09-09 11:26:23 +02:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-client-api

crates.io page docs.rs page license: MIT

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