Plugin Directory

Changeset 1770235


Ignore:
Timestamp:
11/18/2017 02:23:15 PM (8 years ago)
Author:
chen420
Message:

tagging version 0.2.8

Location:
tinywebdb-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tinywebdb-api/trunk/docs/README.md

    r1769473 r1770235  
    99Requires at least: 4.0 
    1010Tested up to: 4.9 
    11 Stable tag: 0.2.9 
     11Stable tag: 0.2.8 
    1212License: GPLv2 or later 
    1313License 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
     3Contributors: chen420 
     4Plugin URI: https://github.com/edu2web/tinywebdb-api 
     5Author URI: https://github.com/chen420 
     6Document URI: http://edu2web.com/tinywebdb-api/ 
     7Donate link: http://edu2web.com/tinywebdb-api/donate/ 
     8Tags: appinventor, tinywebdb, api 
     9Requires at least: 4.0 
     10Requires PHP: 5.2.4 
     11Tested up to: 4.9 
     12Stable tag: 0.2.8 
     13License: GPLv2 or later 
     14License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    1215
    1316a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.
     
    1922TinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.
    2023
    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}]
     24TinyWebDB 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}]|
    2530
    2631Roadmap:
    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.
    3136
    3237Visit Plugin URI for detail.
     
    5459
    5560== Frequently Asked Questions ==
    56 = A question that someone might have =
     61= How api key work =
    5762
    58 An answer to that question.
    59 
     63api key still reserved.
     64api key will be use for authentication, it will implement after v 0.3.0.
     65Because original TinyWebDB API do not include specification for authentication,
     66we tring to find a auth way which compatible with original TinyWebDB API. 
    6067
    6168== Screenshots ==
     
    6875== Changelog ==
    6976
    70 = 0.1.0 =
     77= 0.1.0 = 
    7178Start TinyWebDB API plugin.
    7279
    73 = 0.1.3 =
     80= 0.1.3 = 
    7481First alpha release which implemented Get Value Action.
    7582
    76 = 0.2.0 =
     83= 0.2.0 = 
    7784Release which implemented Get Value Action with API Key.
    7885Add test URL on admin menu.
    7986
    80 = 0.2.2 =
     87= 0.2.2 = 
    8188Re-write code with oo-calss style.
    8289
    83 = 0.2.7 =
     90= 0.2.7 = 
    8491Refine API from original tinywebdb.
    8592
    86 = 0.2.8 =
     93= 0.2.8 = 
    8794Active "Store A Value" and some enhancement.
    8895
    89 = 1.0.0 =
     96= 1.0.0 = 
Note: See TracChangeset for help on using the changeset viewer.