Changes from Version 1 of zooomr.test.login

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/11/08 17:43:01 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.test.login

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