Page 1 of 1

POST or GET?

Posted: June 23rd, 2010, 4:13 am
by jonneymendoza
Hi guys im nearly on the stage where i can add nzb files to my web server on my app but im wondering if calls such has:

Queue Actions
Delete
Move
Pause
Resume
Shutdown
Add by URL
Add by fileupload
Add by file path

Are post or get requests?

Re: POST or GET?

Posted: June 23rd, 2010, 4:37 am
by Hmail
Read the documentation, it's pretty clear from there: http://wiki.sabnzbd.org/api

Re: POST or GET?

Posted: June 23rd, 2010, 10:54 am
by nomar383
I've been using POST with all my requests.

Re: POST or GET?

Posted: June 24th, 2010, 9:49 am
by markus101
nzbdStatus used GET for all but Add by Fileupload, that uses POST, on SABSync it uses GET for the few simple commands it does (Queue/History Check, Add by URL).

-Markus