API: Private files and multiple tags
(Refer to this blog post for an introduction of the api, and a listing of the basic options)
I’ve added a few more options to the “api”, which means that you can now retrieve a list of private files through the api (by sending the password that goes with the username, obviously), and you’re no longer limited to listing files by only one tag.
This means that you can now:
- http://filicio.us/get-files?username=demo&password=demo (get demo’s private and public files)
- http://filicio.us/get-files?username=steffentchr&mode=tag&tag=ip&tag=egnenoter&tagmode=or (list all of my files tagged either ip or egnenoter)
- http://filicio.us/get-files?username=steffentchr&mode=tag&tag=ip&tag=egnenoter&tagmode=and (list all of my files tagged ip and egnenoter)
- http://filicio.us/get-files?username=demo&mode=tag&tag=first&tag=second&password=demo (list all demo’s files — private and public — tagged either first or second)