ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

WIP: Support media api, do some refactor and add API as unimplemented. #174

Open farodin91 opened 7 years ago

jimmycuadra commented 7 years ago

I don't think moving all the files into client/media namespaces will be necessary. The module layout doesn't need to match the URLs of the API exactly. I actually do plan to reorganize the API modules in the future based on this layout, but not until ruma-client-api is ready to be integrated into the server.