Changeset 1770235
- Timestamp:
- 11/18/2017 02:23:15 PM (8 years ago)
- Location:
- tinywebdb-api/trunk
- Files:
-
- 2 edited
-
docs/README.md (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinywebdb-api/trunk/docs/README.md
r1769473 r1770235 9 9 Requires at least: 4.0 10 10 Tested up to: 4.9 11 Stable tag: 0.2. 911 Stable tag: 0.2.8 12 12 License: GPLv2 or later 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tinywebdb-api/trunk/readme.txt
r1769473 r1770235 1 Contributors: chen420 2 Plugin URI: https://github.com/edu2web/tinywebdb-api 3 Author URI: https://github.com/chen420 4 Document URI: http://edu2web.com/tinywebdb-api/ 5 Donate link: http://edu2web.com/tinywebdb-api/donate/ 6 Tags: appinventor, tinywebdb, api 7 Requires at least: 4.0 8 Tested up to: 4.9 9 Stable tag: 0.2.8 10 License: GPLv2 or later 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 1 === TinyWebDB API === 2 3 Contributors: chen420 4 Plugin URI: https://github.com/edu2web/tinywebdb-api 5 Author URI: https://github.com/chen420 6 Document URI: http://edu2web.com/tinywebdb-api/ 7 Donate link: http://edu2web.com/tinywebdb-api/donate/ 8 Tags: appinventor, tinywebdb, api 9 Requires at least: 4.0 10 Requires PHP: 5.2.4 11 Tested up to: 4.9 12 Stable tag: 0.2.8 13 License: GPLv2 or later 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 15 13 16 a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service. … … 19 22 TinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service. 20 23 21 TinyWebDB Protocol: 22 Action URL Post Parameters Response 23 Get Value {ServiceURL}/getvalue tag JSON: ["VALUE","{tag}", {value}] 24 Store A Value {ServiceURL}/storeavalue tag,value JSON: ["STORED", "{tag}", {value}] 24 TinyWebDB Protocol: 25 26 | Action |URL |Post Parameters |Response | 27 |------------------|-------------------------|-----------------|----------------------------------| 28 | Get Value |{ServiceURL}/getvalue |tag |JSON: ["VALUE","{tag}", {value}] | 29 | Store A Value |{ServiceURL}/storeavalue |tag,value |JSON: ["STORED", "{tag}", {value}]| 25 30 26 31 Roadmap: 27 TinyWebDB API 0.1.0 implemented Get Value Action.28 TinyWebDB API 0.2.0 will implement Store A Value Action.29 TinyWebDB API 0.3.0 will implement Authentication.30 TinyWebDB API 1.0.0 Full release.32 * TinyWebDB API 0.1.0 implemented Get Value Action. 33 * TinyWebDB API 0.2.0 will implement Store A Value Action. 34 * TinyWebDB API 0.3.0 will implement Authentication. 35 * TinyWebDB API 1.0.0 Full release. 31 36 32 37 Visit Plugin URI for detail. … … 54 59 55 60 == Frequently Asked Questions == 56 = A question that someone might have=61 = How api key work = 57 62 58 An answer to that question. 59 63 api key still reserved. 64 api key will be use for authentication, it will implement after v 0.3.0. 65 Because original TinyWebDB API do not include specification for authentication, 66 we tring to find a auth way which compatible with original TinyWebDB API. 60 67 61 68 == Screenshots == … … 68 75 == Changelog == 69 76 70 = 0.1.0 = 77 = 0.1.0 = 71 78 Start TinyWebDB API plugin. 72 79 73 = 0.1.3 = 80 = 0.1.3 = 74 81 First alpha release which implemented Get Value Action. 75 82 76 = 0.2.0 = 83 = 0.2.0 = 77 84 Release which implemented Get Value Action with API Key. 78 85 Add test URL on admin menu. 79 86 80 = 0.2.2 = 87 = 0.2.2 = 81 88 Re-write code with oo-calss style. 82 89 83 = 0.2.7 = 90 = 0.2.7 = 84 91 Refine API from original tinywebdb. 85 92 86 = 0.2.8 = 93 = 0.2.8 = 87 94 Active "Store A Value" and some enhancement. 88 95 89 = 1.0.0 = 96 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.