changeset 78:0eaca26036cd

Remove fixed item.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 24 Oct 2020 10:03:44 +0200
parents 59d582e0c0a9
children c8b58925aeda
files README.md
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Oct 20 16:33:30 2020 +0200
+++ b/README.md	Sat Oct 24 10:03:44 2020 +0200
@@ -40,7 +40,4 @@
 
 ## To Do
 
-* 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.
 * No resumable uploads -- even big files need to be held in memory.