diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-06-05 00:33:51 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-06-05 00:34:09 -0300 |
commit | 6f12086338bcb4fefbef374710449f364a2faf0f (patch) | |
tree | 709e45b542121c63324fc69bc11ec4a5c07a255b /endpoints.md | |
parent | ecf602241f38552132e16d44a8871232b23f2b1e (diff) | |
download | perl6-matrix-client-6f12086338bcb4fefbef374710449f364a2faf0f.tar.gz |
Remove debug information
Diffstat (limited to 'endpoints.md')
-rw-r--r-- | endpoints.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/endpoints.md b/endpoints.md index 1d5be92..9abcf1a 100644 --- a/endpoints.md +++ b/endpoints.md @@ -1,4 +1,3 @@ -SetHash(DELETE - /_matrix/client/r0/directory/room/{roomAlias} DELETE - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags/{tag} GET - /_matrix/client/r0/account/whoami GET - /_matrix/client/r0/directory/room/{roomAlias} GET - /_matrix/client/r0/joined_rooms GET - /_matrix/client/r0/presence/{userId}/status GET - /_matrix/client/r0/profile/{userId} GET - /_matrix/client/r0/profile/{userId}/avatar_url GET - /_matrix/client/r0/profile/{userId}/displayname GET - /_matrix/client/r0/publicRooms GET - /_matrix/client/r0/rooms/{roomId}/joined_members GET - /_matrix/client/r0/rooms/{roomId}/messages POST - /_matrix/client/r0/createRoom POST - /_matrix/client/r0/join/{roomIdOrAlias} POST - /_matrix/client/r0/logout POST - /_matrix/client/r0/register POST - /_matrix/client/r0/rooms/{roomId}/leave POST - /_matrix/media/r0/upload PUT - /_matrix/client/r0/directory/room/{roomAlias} PUT - /_matrix/client/r0/presence/{userId}/status PUT - /_matrix/client/r0/profile/{userId}/displayname PUT - /_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId} PUT - /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}) # List of implemented endpoints This list was generated by the `load-docs.p6` script that gets the data |