ruwuma/crates/ruma-client-api
Kévin Commaille 04cfc7c12d
client-api: Fix backup::update_backup endpoint
Method was POST instead of PUT
Docs were for the create_backup endpoint
2022-02-22 17:13:15 +01:00
..
2022-02-19 14:58:41 +01:00
2022-02-19 14:58:41 +01: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.