]> git.defcon.no Git - hermes/blobdiff - doc/api-nodes.txt
Changed from GET to POST on all parameter passing. Fixed a nasty bug in previous...
[hermes] / doc / api-nodes.txt
index fd8d3b9c0ec165d8ce14a4f54c2058c3f383b9dd..03b82b6f867627e8d94dda5c729f35a6f4c6da71 100644 (file)
@@ -1,6 +1,6 @@
 General description on API protocol:
 =========================================================================
-All API nodes currently use GET requests for all parameters.
+All API nodes currently use POST requests for all parameters.
 All API nodes return JSON data unless explicitly noted , 
 and all JSON results will contain  a 'response' element.
 The 'response' may be set to:
@@ -706,10 +706,6 @@ Some TODO's listed above ...
 
 Permissions! (user/permissions?user=...)
 
-Change all GET to POST
-
-Implement test-tool for POST-based communication ;)
-
 Improve robustness of change_pw: fetch old password for rollback/testing.
 
 Check for locations where sql_dbexec_rows is more appropriate/correct than sql_dbexec