Changes from Version 1 of zooomr.test.login
- Timestamp:
- 05/11/08 17:43:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.test.login
v0 v1 1 = zooomr.test.login = 2 3 A testing method which checks if the caller is logged in then returns their 4 username. 5 6 === Authentication === 7 8 This method requires authentication with 'read' permission. 9 10 === Arguments === 11 12 api_key (Required) 13 Your API application key. 14 15 === Example Response === 16 {{{ 17 {"stat": "ok", "user": {"id": "13205@Z01", "_content": {"username": "bluemonki"}}} 18 }}}
