aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08Fix params with dashesMatias Linares2-3/+73
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-03-28Add typing api supportMatias Linares1-0/+1
2021-03-28Add read-markers api supportMatias Linares1-1/+8
2021-01-11[test] Fix with refactorMatias Linares2-7/+8
2021-01-11Response & Exception refactorMatias Linares2-3/+3
2020-11-23Fix testsMatias Linares2-1/+3
2020-09-06Add media store config methodMatias Linares2-37/+76
2020-05-17Add MediaStore testsMatias Linares1-0/+49
2020-05-17Add Matrix::Client::MediaStore classMatias Linares1-0/+2
This is to wrap all the endpoints pointing to the media store.
2020-03-24Remove JSON::Tiny dependency in test/examplesMatias Linares1-1/+1
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-08Return '' if there's no m.room.name event for that roomMatias Linares1-8/+4
See issue #13 in github.
2018-08-04Add testsMatias Linares4-0/+205
2018-02-13Add Exception to testsMatias Linares1-0/+1
2018-02-13Add Response to testsMatias Linares1-0/+1
2017-10-11Rename testsMatias Linares2-3/+2
2017-04-03Initial commitMatias Linares2-0/+13