Contributors: chen420
Plugin URI: https://github.com/TinyWebDB/tinywebdb-api
Author URI: https://github.com/chen420
Document URI: http://api.edu2web.com/tinywebdb-api/
Donate link: http://api.edu2web.com/tinywebdb-api/donate/
Tags: appinventor, tinywebdb, api
Requires at least: 4.0
Requires PHP: 5.2.4
Tested up to: 5.4
Stable tag: 0.2.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service. We also have lso have a TinyWebDB implementation based on PHP and textfile. No database is required. https://github.com/TinyWebDB/tinywebdb-php
AppInventor is a easy way to creating an Android app from web browser. TinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.
TinyWebDB Protocol:
Action | URL | Post Parameters | Response |
---|---|---|---|
Get Value | {ServiceURL}/getvalue | tag | JSON: ["VALUE","{tag}", {value}] |
Store A Value | {ServiceURL}/storeavalue | tag,value | JSON: ["STORED", "{tag}", {value}] |
Roadmap:
- TinyWebDB API 0.1.0 implemented Get Value Action.
- TinyWebDB API 0.2.0 will implement Store A Value Action.
- TinyWebDB API 0.3.0 will implement Authentication.
- TinyWebDB API 1.0.0 Full release.
Visit Plugin URI for detail.
- FTP the entire tinywebdb-api directory to your Wordpress blog's plugins folder (/wp-content/plugins/).
- Activate the plugin on the "Plugins" tab of the administration panel.
- Check test URL on admin menu to make sure API work properly.
- Refer to Plugin URI to get sample Android test app which make by App Inventor, to create your own app.
for how to use AppInventor to inventor your Android app with this plugin , visit Plugin URI for detail please.
- Deactivate plugin
- Upload updated files
- Reactivate plugin
Upgrade notes:
- You may use the automated plugin updater in WordPress 2.5+ with this plugin, but make sure you read the upgrade notes of the latest version after upgrading.
api key still reserved. api key will be use for authentication, it will implement after v 0.3.0. Because original TinyWebDB API do not include specification for authentication, we tring to find a auth way which compatible with original TinyWebDB API.
The TinyWebDB API management page in the WordPress Admin.
Start TinyWebDB API plugin.
First alpha release which implemented Get Value Action.
Release which implemented Get Value Action with API Key. Add test URL on admin menu.
Re-write code with oo-calss style.
Refine API from original tinywebdb.
Active "Store A Value" and some enhancement.
Active log viewer and some enhancement.
App PHP7 support. App test form on admin page.