aboutsummaryrefslogtreecommitdiff
path: root/lib/Matrix/Client/Room.rakumod
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08Fix params with dashesMatias Linares1-3/+3
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-1/+9
2021-03-28Add read-markers api supportMatias Linares1-1/+14
2021-01-11Response & Exception refactorMatias Linares1-0/+190