這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

AndroPress REST API

外掛說明

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 :

  • categories : https://yoursite.com/wp-admin/admin-post.php?action=andropress_rest_api&key=YOUR_APP_KEY&title=category
  • latest posts : https://yoursite.com/wp-admin/admin-post.php?action=andropress_rest_api&key=YOUR_APP_KEY&title=post
  • category posts : https://yoursite.com/wp-admin/admin-post.php?action=andropress_rest_api&key=YOUR_APP_KEY&title=post&category_name=CATEGORY_NAME
  • search result : https://yoursite.com/wp-admin/admin-post.php?action=andropress_rest_api&key=YOUR_APP_KEY&title=post&s=SEARCH_QUERY
  • posts with offset : https://yoursite.com/wp-admin/admin-post.php?action=andropress_rest_api&key=YOUR_APP_KEY&title=post&offset=OFFSET_VALUE
  • posts with posts_per_page : https://yoursite.com/wp-admin/admin-post.php?action=andropress_rest_api&key=YOUR_APP_KEY&title=post&posts_per_page=NO_OF_POSTS

Note : You can request with multiple parameters. For example you can pass ‘category_name’ as well as ‘posts_per_page’ in the url.

螢幕擷圖

  • Create App
  • View Apps
  • View App Key

安裝方式

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘andropress-rest-api’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select andropress-rest-api from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

CONFIGURATION

  1. Log in to your WordPress Dashboard
  2. Navigate to the ‘AndroPress Rest’ in the Dashboard
  3. On the ‘Generate New’ tab , enter your ‘App Name’ and generate ‘App Key’ and click ‘Submit’
  4. Click on the ‘My Apps’ tab to view your Apps
  5. Click on the App Name to view APP KEY
  6. Copy the App Key
  7. Use this key while requesting the API

常見問題集

Installation Instructions

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘andropress-rest-api’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select andropress-rest-api from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

CONFIGURATION

  1. Log in to your WordPress Dashboard
  2. Navigate to the ‘AndroPress Rest’ in the Dashboard
  3. On the ‘Generate New’ tab , enter your ‘App Name’ and generate ‘App Key’ and click ‘Submit’
  4. Click on the ‘My Apps’ tab to view your Apps
  5. Click on the App Name to view APP KEY
  6. Copy the App Key
  7. Use this key while requesting the API

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AndroPress REST API〉的開發相關工作。

參與者

將〈AndroPress REST API〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • initial stable release

1.1

  • dialog modification

1.2

  • woocommerce product rest api

1.3

  • category_count

1.4

  • posts on category