ruwuma/crates/ruma-appservice-api
Jade Ellis a65301cfe8
Migrate to axum 0.8
Co-authored-by: dasha_uwu
2026-02-19 01:48:40 +00:00
..
src Migrate to axum 0.8 2026-02-19 01:48:40 +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 thirdparty: Move instance_id field out of unstable-unspecified 2025-02-28 11:48:28 -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.