Changeset 807493
- Timestamp:
- 11/20/2013 01:52:35 PM (12 years ago)
- Location:
- simpleticker
- Files:
-
- 10 added
- 1 edited
-
tags/0.95 (added)
-
tags/0.95/SimpleTicker.apk (added)
-
tags/0.95/readme.txt (added)
-
tags/0.95/simpleticker.css (added)
-
tags/0.95/simpleticker.js (added)
-
tags/0.95/simpleticker.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/readme.txt~ (added)
-
trunk/simpleticker.js (added)
-
trunk/simpleticker.js~ (added)
-
trunk/simpleticker.php (added)
Legend:
- Unmodified
- Added
- Removed
-
simpleticker/trunk/readme.txt
r807038 r807493 5 5 Requires at least: 2.6 6 6 Tested up to: 3.2.1 7 Stable tag: 0.9 7 Stable tag: 0.95 8 8 9 9 == Description == … … 18 18 19 19 If you want to use the SimpleTicker data from an other application such as an iPhone or Android App, you can 20 get all ticker data and messages via an JSON or XMLbased API. It is also possible to add and delete messages20 get all ticker data and messages via an JSON based API. It is also possible to add and delete messages 21 21 with the JSON API. Your application will need a password for each ticker, if it want's to add or delete messages. 22 22 … … 27 27 28 28 == History == 29 Version 0.95 30 - Refactoring 31 29 32 Version 0.9 30 33 - Bugfixing … … 78 81 * jsonGetTickerMessages - Returns a list with the last 50 messages of a ticker. You have to specify the ticker by giving it's ID in the parameter 'id'. The list contains the message id, the message itself and the createdOn timestamp. 79 82 * jsonManageTicker - You need a password to call the action. All further parameters are given in a BASE64 encoded encrypted JSON string provided as GET parameter named 'data'. You have to set the 'id' parameter as above to define a ticker. The JSON string contains an action attribute which can either be 'addMessage' or 'removeMessage'. The 'addMessage' actions takes an additional 'message' attribute containing the new message and the 'removeMessage' action takes an 'id' attribute. 80 81 == XML API ==82 This is not really an API. It just supports the same information as delivered by the JSON API in XML format (expect the availability to mange tickers).83 84 * xmlGetTickerList - Returns a full list of all available tickers containing the tickers id and name.85 * xmlGetTickerMessages - Returns a list with the last 50 messages of a ticker. You have to specify the ticker by giving it's ID in the parameter 'id'. The list contains the message id, the message itself and the createdOn timestamp.
Note: See TracChangeset
for help on using the changeset viewer.