aboutsummaryrefslogtreecommitdiff
path: root/t/20-client.t
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08Fix params with dashesMatias Linares1-2/+43
Couple of endpoints were passing parameters with dash on the JSON body intead of an underscore. This fixes he following methods: - ban - unban - invite - kick
2021-01-11[test] Fix with refactorMatias Linares1-3/+3
2018-08-08Add /directory/room/<alias> endpointsMatias Linares1-1/+34
This allows work with the discoverability of the aliases for the rooms. The next step is allow the client to send a message, join, etc, a room with the room alias like #8 and #14
2018-08-04Add testsMatias Linares1-0/+64