[WordPress] 外掛分享: WPoniOS

首頁外掛目錄 › WPoniOS
全新外掛
安裝啟用
尚無評分
5187 天前
最後更新
問題解決
WordPress 3.0+ v1.0 上架:2012-01-04

內容簡介

WPoniOS – Rest API 是一個 WordPress 外掛,提供 WordPress CMS 的 REST 接口。

REST 接口返回並接受 JSON 格式的數據。例如:

[ {
"post_type":"post", "post":"this is the post body", "date":"04/01/2012" }, ... ]

REST API 提供了用於獲取關於文章、頁面、評論、標籤和分類的信息的方法:

GET /posts
GET /post/:post_id
GET /post/:post_id/comments
GET /post/:post_id/comment/:comment_id
PUT /post/:post_id/comment
GET /pages
GET /page/:page_id
GET /page/:page_id/comments
GET /page/:page_id/comment/:comment_id
PUT /page/:page_id/comment
GET /categories
GET /tags

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WPoniOS」→ 直接安裝(推薦)

原文外掛簡介

WPoniOS – Rest API is a plugin which provide a rest interface in WordPress CMS.
The REST interface return and accept JSON-Format data. Example:
[ {
"post_type":"post", "post":"this is the post body", "date":"04/01/2012" }, ... ]
The REST API provide methods to get information about post, page, comment, tag and category:

GET /posts
GET /post/:post_id
GET /post/:post_id/comments
GET /post/:post_id/comment/:comment_id
PUT /post/:post_id/comment
GET /pages
GET /page/:page_id
GET /page/:page_id/comments
GET /page/:page_id/comment/:comment_id
PUT /page/:page_id/comment
GET /categories
GET /tags

延伸相關外掛

文章
Filter
Apply Filters
Mastodon