tomgross/pcloud

Implement the "search" API

Opened this issue · 0 comments

There is a search API method that somehow was forgotten in documentation:

https://api.pcloud.com/search?query=holiday&offset=0&limit=600

It's used by the official frontend but is not mentioned in documentation; however it works correctly even when called with an OAuth authorization.

I think it's worth having it in the API clients.