Changes from Version 1 of zooomr.test.echo
- Timestamp:
- 05/11/08 17:42:03 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.test.echo
v0 v1 1 = zooomr.test.echo = 2 3 A testing method which echo's all parameters back in the response. 4 5 === Authentication === 6 7 This method does not require authentication. 8 9 === Arguments === 10 11 api_key (Required) 12 Your API application key. 13 14 === Example Response === 15 {{{ 16 {"api_sig": {"_content": "cc52eae5f34d8e03b0c2d5049cebdcef"}, "stat": "ok", "nojsoncallback": {"_content": "1"}, "method": {"_content": "zooomr.test.echo"}, "format": {"_content": "json"}} 17 }}}
