ruwuma/crates/ruma-client-api
nexy7574 b753738047
basic policy server support (#27)
Add basic request structs for policy servers

Reviewed-on: #27
Reviewed-by: Jade Ellis <jade@ellis.link>
Co-authored-by: nexy7574 <git@nexy7574.co.uk>
Co-committed-by: nexy7574 <git@nexy7574.co.uk>
2025-07-17 02:13:50 +00:00
..
src basic policy server support (#27) 2025-07-17 02:13:50 +00:00
tests client-api: Move Error authenticate field to ErrorKind::Forbidden 2024-03-31 21:04:18 +02:00
Cargo.toml client-api: Add unstable support for OIDC-aware compatibility 2025-02-16 15:12:05 -05:00
CHANGELOG.md client-api: Add support for authorization server metadata endpoint 2025-02-16 17:26:25 -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.