Changes from Version 1 of zooomr.zipline.postLine
- Timestamp:
- 05/11/08 17:48:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.zipline.postLine
v0 v1 1 = zooomr.zipline.postLine = 2 3 Post a message to zipline :D 4 5 This method requires HTTP Post. 6 7 === Authentication === 8 9 This method requires authentication. 10 11 === Arguments === 12 13 api_key (Required) 14 Your API application key. 15 status (Required) 16 message to post 17 18 === Example Response === 19 {{{ 20 {"zipline": {"sfid": "1f9202351c", "id": 59081}, "stat": "ok"} 21 }}}
