ruwuma/crates/ruma-client-api
2026-02-23 17:45:58 -05:00
..
src fix(discovery): remove stable url 2026-02-23 17:45:58 -05:00
tests client-api: Move Error authenticate field to ErrorKind::Forbidden 2024-03-31 21:04:18 +02:00
Cargo.toml client-api: Add RTC Foci to the well-known discovery. 2026-02-12 10:10:47 -05:00
CHANGELOG.md feat(api): add MSC4143 RTC transports discovery endpoint 2026-02-23 13:58:11 -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.