aboutsummaryrefslogtreecommitdiff
path: root/lib/Matrix/Client.rakumod
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08Fix params with dashesMatias Linares1-18/+7
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-07-08Add `room` helper methodMatias Linares1-5/+10
2021-01-11Response & Exception refactorMatias Linares1-0/+371