Get REST API response as JSON to android app, using token authenticated request .
AndroPress is a secure way of requesting and receiving JSON data from your website to android app using REST service .
You can request for :
Note : You can request with multiple parameters. For example you can pass 'category_name' as well as 'posts_per_page' in the url.
安装:
Using The WordPress Dashboard
Navigate to the 'Add New' in the plugins dashboard
Search for 'andropress-rest-api'
Click 'Install Now'
Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
Navigate to the 'Add New' in the plugins dashboard
Navigate to the 'Upload' area
Select andropress-rest-api from your computer
Click 'Install Now'
Activate the plugin in the Plugin dashboard
CONFIGURATION
Log in to your WordPress Dashboard
Navigate to the 'AndroPress Rest' in the Dashboard
On the 'Generate New' tab , enter your 'App Name' and generate 'App Key' and click 'Submit'
Click on the 'My Apps' tab to view your Apps
Click on the App Name to view APP KEY
Copy the App Key
Use this key while requesting the API
屏幕截图:
升级注意事项:
1.0
Initial Release
1.1
fixes bootstrap conflict with other plugins and dialog integrated to view app key
1.2
implements woocommerce product rest api as for post
1.3
now categories can be queried with number of category as provided using key count
1.4
categories can be queried with or without posts using posts=true or false