tweetmarker
tweetmarker copied to clipboard
Please add 'collections=all' for get
Can you please add a pseudo-collection 'all' or '_all' to retrieve the information for all available collections at once without the need to give all the collection=xxxx entries in the URL?
Thanks for the suggestion. Currently you have to know the collection name, so it's best to keep a list on the client of what you need to ask for. I was worried about accidentally exposing lists and saved searches that the user might not want to be public, since the GET is not protected by authentication. One idea is I could allow an "all" if the request is authenticated. I'll give that some thought for a future version.