內容簡介
WP-API 將整個 WordPress 博客翻譯成 JSON 格式的 API。您可以使用多種不同的方法來檢索有關文章、頁面、作者、標籤和類別的信息。您還可以使用 API 方法提交新評論。
我們必須從頭開始編寫此外掛程式,因為我們正在開發一個 Adobe Air 移動項目,需要我們顯示 WordPress 網站上的文章!我們仍在升級應用程序,也需要進一步升級此 API。因此,我們決定將其放在 WordPress 目錄中供所有人使用和娛樂 🙂。
要獲得有關如何使用 API 的詳細說明,請轉到“設置”菜單中的 wp-api 頁面以查看方法和示例。
外掛標籤
開發者團隊
原文外掛簡介
wp-api translates your whole wordpress blog into a JSON formatted api. you can use many different methods to retrieve
information about posts, pages, authors, tags and categories. You may also use the api methods to submit new comments.
We had to write this plugin from ground up because we were working on an adobe air mobile project that required us to
show posts from a wordpress site! we’re still upgrading the app and we need to upgrade this api even more also. so we
decided to put it up on wordpress directory for everyone to use and have fun 🙂
to get detailed description on how to use the api, go to wp-api page from the ‘settings’ menu to see the methods and examples.
