It could be nice to change GET /library/keys to accept a prefix to include in the results, as in:
GET /library/keys
(returns all keys)
GET /library/keys?foo
(returns all keys starting with 'foo')
This would be handy in the case where someone has a significant amount of files in a folder, potentially deeply nested, and a client needs to make a decision about how to download the folder. See #11.
It could be nice to change
GET /library/keysto accept a prefix to include in the results, as in:This would be handy in the case where someone has a significant amount of files in a folder, potentially deeply nested, and a client needs to make a decision about how to download the folder. See #11.