API Debugging

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.)
Line 1: Line 1:
TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.
TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.
 +
 +
{|
 +
| Self Tests ||
 +
|-
 +
| [[Output communication test]] || GET /v1/{apikey}/test/communication
 +
|-
 +
| [[Input communication test]] || POST /v1/{apikey}/test/communication
 +
|-
 +
| [[Error response test]] || PUT /v1/{apikey}/test/communication
 +
|}

Revision as of 03:00, 4 March 2009

TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.

Self Tests
Output communication test GET /v1/{apikey}/test/communication
Input communication test POST /v1/{apikey}/test/communication
Error response test PUT /v1/{apikey}/test/communication
Personal tools