API Debugging

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.
+
[[API Home Page]]
-
 
+
-
{{ #expr: 10 + 10 }}
+
 +
<div class="api_table">
 +
<span style="color: black;">API Debugging</span>
{|
{|
-
| Self Tests ||
 
|-
|-
-
| [[Output communication test]] || GET /v1/{apikey}/test/communication
+
| [[Output communication test]]
 +
| GET /v1/{apikey}/test/communication
 +
|
|-
|-
-
| [[Input communication test]] || POST /v1/{apikey}/test/communication
+
| [[Input communication test]]
 +
| POST /v1/{apikey}/test/communication
 +
|
|-
|-
-
| [[Input URL communication test]] || PUT /v1/{apikey}/test/communication/{value}
+
| [[Input URL communication test]]
 +
| PUT /v1/{apikey}/test/communication/{value}
 +
|
 +
|-
 +
| [[Error response test]]
 +
| PUT /v1/{apikey}/test/communication
 +
|
|-
|-
-
| [[Error response test]] || PUT /v1/{apikey}/test/communication
 
|}
|}
 +
</div>
 +
 +
TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.
 +
 +
{{ #expr: 10 + 10 }}

Revision as of 19:51, 17 March 2009

API Home Page

API Debugging

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

Personal tools