Closed jooert closed 8 years ago
Looks pretty good! I think RoomAlias::get_room_id
should be RoomAlias::find_by_alias
and should return a full RoomAlias
rather than just the ID. Then the correct value for the servers
field can be returned in the response, too. Thanks for doing this!
Of course! I changed it and also updated the status document.
Great work! Thank you!
This adds a module
directory
underapi::r0
where the/directory/room/:room_alias
endpoint is implemented. So far, I've only implemented the GET verb.Closes #21.