ruwuma/crates/ruma-client-api
strawberry 5a826d31a3
remove serde(flatten) in MSC4133 endpoints
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-12-15 03:23:31 -05:00
..
src remove serde(flatten) in MSC4133 endpoints 2024-12-15 03:23:31 -05: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 push: Allow to add custom data for pushers 2024-12-15 03:10:09 -05: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.