{"id":20624,"date":"2012-11-12T14:37:15","date_gmt":"2012-11-12T14:37:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tinywebdb-api\/"},"modified":"2020-04-13T09:44:15","modified_gmt":"2020-04-13T09:44:15","slug":"tinywebdb-api","status":"publish","type":"plugin","link":"https:\/\/zul.wordpress.org\/plugins\/tinywebdb-api\/","author":7529896,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2.11","stable_tag":"trunk","tested":"5.4.19","requires":"4.0","requires_php":"5.2.4","requires_plugins":"","header_name":"Wp TinyWebDB API","header_author":"Hong Chen","header_description":"","assets_banners_color":"eeeeee","last_updated":"2020-04-13 09:44:15","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/api.edu2web.com\/tinywebdb-api\/donate\/","header_plugin_uri":"https:\/\/github.com\/edu2web\/tinywebdb-api","header_author_uri":"http:\/\/edu2web.com\/tinywebdb-api\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4929,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<ol>\n<li>Deactivate plugin<\/li>\n<li>Upload updated files<\/li>\n<li>Reactivate plugin<\/li>\n<\/ol>\n\n<p>Upgrade notes:\n*  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.<\/p>","1.0":""},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1770626","resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1770626","resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"1770626","resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1770626","resolution":"772x250","location":"assets","locale":"","width":772,"height":256}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.3","0.2.0","0.2.1","0.2.10","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.8.1","0.2.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"2282302","resolution":"1","location":"plugin","width":1067,"height":718}},"screenshots":{"1":"The TinyWebDB API management page in the WordPress Admin."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,61119,61120],"plugin_category":[],"plugin_contributors":[95701],"plugin_business_model":[],"class_list":["post-20624","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-appinventor","plugin_tags-tinywebdb","plugin_contributors-chen420","plugin_committers-chen420"],"banners":{"banner":"https:\/\/ps.w.org\/tinywebdb-api\/assets\/banner-772x250.jpg?rev=1770626","banner_2x":"https:\/\/ps.w.org\/tinywebdb-api\/assets\/banner-1544x500.jpg?rev=1770626","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/tinywebdb-api\/assets\/icon-128x128.png?rev=1770626","icon_2x":"https:\/\/ps.w.org\/tinywebdb-api\/assets\/icon-256x256.png?rev=1770626","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/tinywebdb-api\/trunk\/screenshot-1.png?rev=2282302","caption":"The TinyWebDB API management page in the WordPress Admin."}],"raw_content":"<!--section=description-->\n<p>AppInventor is a easy way to creating an Android app from web browser.\nTinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.<\/p>\n\n<p>TinyWebDB Protocol:<\/p>\n\n\n\n\n  Action\n  URL\n  Post Parameters\n  Response\n\n\n\n\n  Get Value\n  {ServiceURL}\/getvalue\n  tag\n  JSON: [\"VALUE\",\"{tag}\", {value}]\n\n\n  Store A Value\n  {ServiceURL}\/storeavalue\n  tag,value\n  JSON: [\"STORED\", \"{tag}\", {value}]\n\n\n\n\n<p>Roadmap:\n*    TinyWebDB API 0.1.0 implemented Get Value Action.\n*    TinyWebDB API 0.2.0 will implement Store A Value Action.\n*    TinyWebDB API 0.3.0 will implement Authentication.\n*    TinyWebDB API 1.0.0 Full release.<\/p>\n\n<p>Visit Plugin URI for detail.<\/p>\n\n<h3>Known Issues<\/h3>\n\n<!--section=installation-->\n<ol>\n<li>FTP the entire tinywebdb-api directory to your Wordpress blog's plugins folder (\/wp-content\/plugins\/).<\/li>\n<li>Activate the plugin on the \"Plugins\" tab of the administration panel.<\/li>\n<li>Check test URL on admin menu to make sure API work properly.<\/li>\n<li>Refer to Plugin URI to get sample Android test app which make by App Inventor, to create your own app.<\/li>\n<\/ol>\n\n<p>for how to use AppInventor to inventor your Android app with this plugin , visit Plugin URI for detail please.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How api key work<\/dt>\n<dd><p>api key still reserved.\napi key will be use for authentication, it will implement after v 0.3.0.\nBecause original TinyWebDB API do not include specification for authentication, \nwe tring to find a auth way which compatible with original TinyWebDB API.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<p>Start TinyWebDB API plugin.<\/p>\n\n<h4>0.1.3<\/h4>\n\n<p>First alpha release which implemented Get Value Action.<\/p>\n\n<h4>0.2.0<\/h4>\n\n<p>Release which implemented Get Value Action with API Key.\nAdd test URL on admin menu.<\/p>\n\n<h4>0.2.2<\/h4>\n\n<p>Re-write code with oo-calss style.<\/p>\n\n<h4>0.2.7<\/h4>\n\n<p>Refine API from original tinywebdb.<\/p>\n\n<h4>0.2.8<\/h4>\n\n<p>Active \"Store A Value\" and some enhancement.<\/p>\n\n<h4>0.2.9<\/h4>\n\n<p>Active log viewer and some enhancement.<\/p>\n\n<h4>0.2.11<\/h4>\n\n<p>App PHP7 support.\nApp test form on admin page.<\/p>\n\n<h4>1.0.0<\/h4>","raw_excerpt":"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 te &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/20624","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=20624"}],"author":[{"embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/chen420"}],"wp:attachment":[{"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=20624"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=20624"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=20624"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=20624"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=20624"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/zul.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=20624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}