aboutsummaryrefslogtreecommitdiff
path: root/endpoints.md
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2020-09-06 20:16:15 -0300
committerMatias Linares <matiaslina@gmail.com>2020-09-06 20:16:15 -0300
commitd8f623d8093ff8e47d386f86e61deebdac66fc29 (patch)
tree7e422727f343e05306454d4f344ef446ccb254ef /endpoints.md
parentab2a237e5cff43f9b8cd806b7e9e271ffb01b461 (diff)
downloadperl6-matrix-client-d8f623d8093ff8e47d386f86e61deebdac66fc29.tar.gz
Add thumbnail endpoint
Diffstat (limited to 'endpoints.md')
-rw-r--r--endpoints.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/endpoints.md b/endpoints.md
index f47105b..ad26ad9 100644
--- a/endpoints.md
+++ b/endpoints.md
@@ -31,9 +31,9 @@ from matrix.org. This will give you an overview about what's implemented in the
- [X] GET - /_matrix/media/r0/config
- [X] GET - /_matrix/media/r0/download/{serverName}/{mediaId}
-- [ ] GET - /_matrix/media/r0/download/{serverName}/{mediaId}/{fileName}
+- [X] GET - /_matrix/media/r0/download/{serverName}/{mediaId}/{fileName}
- [ ] GET - /_matrix/media/r0/preview_url
-- [ ] GET - /_matrix/media/r0/thumbnail/{serverName}/{mediaId}
+- [X] GET - /_matrix/media/r0/thumbnail/{serverName}/{mediaId}
- [X] POST - /_matrix/media/r0/upload
## OpenID
@@ -176,5 +176,5 @@ from matrix.org. This will give you an overview about what's implemented in the
# Endpoint completion
-0.378641% - (39/103)
+0.398058% - (41/103)