API Debugging
From ePrize Developers Wiki
(Difference between revisions)
Line 2: | Line 2: | ||
<div class="api_table"> | <div class="api_table"> | ||
- | <span style="color: black;">API Debugging</span> | ||
{| | {| | ||
|- | |- |
Revision as of 19:52, 17 March 2009
Output communication test | GET /v1/{apikey}/test/communication | |
Input communication test | POST /v1/{apikey}/test/communication | |
Input URL communication test | PUT /v1/{apikey}/test/communication/{value} | |
Error response test | PUT /v1/{apikey}/test/communication |
TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.
20