From 6f12086338bcb4fefbef374710449f364a2faf0f Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Wed, 5 Jun 2019 00:33:51 -0300 Subject: Remove debug information --- endpoints.md | 1 - scripts/load-docs.p6 | 1 - 2 files changed, 2 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 diff --git a/scripts/load-docs.p6 b/scripts/load-docs.p6 index c6736d7..b20dd86 100755 --- a/scripts/load-docs.p6 +++ b/scripts/load-docs.p6 @@ -39,7 +39,6 @@ sub MAIN(:$spec?) { { quietly try { .WHY.Str } or "" }).grep(/_matrix/).SetHash; - .say for $implemented-methods; say q:to/EOF/; # List of implemented endpoints -- cgit v1.2.3-54-g00ecf