ruwuma/crates/ruma-appservice-api
2024-12-18 02:24:07 +00:00
..
src appservice-api: Stabilize support for sending ephemeral data to appservices 2024-12-18 02:24:07 +00:00
tests appservice-api: Make the url field of Registration an Option 2024-01-03 18:40:40 +01:00
Cargo.toml appservice-api: Stabilize support for sending ephemeral data to appservices 2024-12-18 02:24:07 +00:00
CHANGELOG.md identifiers: Differentiate one-time and fallback keys from device keys 2024-11-08 13:02:19 -05:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-appservice-api

crates.io page docs.rs page license: MIT

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

Status

This project is currently experimental and is very likely to change drastically.