changeset 27:b02856cbbd8e

Note: Support media download in APIs
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 17 Oct 2020 20:43:04 +0200
parents de5eb66df9ec
children 366924ffc5c2
files README.md
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat Oct 17 19:58:36 2020 +0200
+++ b/README.md	Sat Oct 17 20:43:04 2020 +0200
@@ -42,6 +42,7 @@
 * Don't always fetch all fields. Currently, the parameter `&fields=*` is sent
 with every request, which guarantees a full response, but not the best
 performance.
+* Support media download
 * Multipart uploads are not yet supported. As a crutch, uploadable API endpoints
 are defined using two methods: `method()` and `method_upload()`, where
 `method_upload()` only uploads data, and `method()` only works with metadata.