Changes from Version 1 of zooomr.zipline.postLine

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

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.zipline.postLine

    v0 v1  
     1= zooomr.zipline.postLine = 
     2 
     3Post a message to zipline :D 
     4 
     5This method requires HTTP Post. 
     6 
     7=== Authentication === 
     8 
     9This method requires authentication. 
     10 
     11=== Arguments === 
     12 
     13api_key (Required) 
     14    Your API application key.  
     15status (Required) 
     16    message to post 
     17 
     18=== Example Response === 
     19{{{ 
     20 {"zipline": {"sfid": "1f9202351c", "id": 59081}, "stat": "ok"} 
     21}}}