[WordPress] 外掛分享: EDC REST API

首頁外掛目錄 › EDC REST API
WordPress 外掛 EDC REST API 的封面圖片
40+
安裝啟用
尚無評分
682 天前
最後更新
問題解決
WordPress 5.2+ PHP 7.4+ v1.0.6 上架:2023-04-11

內容簡介

總結:EDC REST API是WordPress外掛,可使開發人員將其網站中的數據導出為REST API,以便與其他應用程序交互。

問題與答案:

1. 什麼是EDC REST API?
- EDC REST API是一個WordPress外掛。
- 它可以讓開發人員將其網站中的數據導出為REST API。

2. EDC REST API主要用於什麼?
- EDC REST API主要用於與其他應用程序進行交互。

3. 什麼是REST API?
- REST API是一種在互聯網上使用HTTP協議進行通信的標準化方法。
- 它可以讓不同的應用程序之間進行數據交換。

4. EDC REST API如何幫助開發人員?
- EDC REST API可以使開發人員更容易共享其網站的數據。
- 它可以提高網站的可擴展性,並為其他應用程序提供更多的功能。

5. EDC REST API的安裝需要哪些步驟?
- 下載EDC REST API外掛。
- 在WordPress後台啟用該外掛。
- 使用EDC REST API文檔中提供的API端點來設置API。

外掛標籤

開發者團隊

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

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「EDC REST API」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This plugin enables you to fetch the contents of your site in JSON format by REST API
Such as sections, articles and search results
and return it as json
To be able to use it in your applications or other sites
Endpoints

recent posts
posts
search
categories
category

For develpoers

/api/get_category_posts?type={string}&slug={string}&id={int}&count={int}&page={int}
/api/get_category_index
/api/get_search_results?type={string}&count={int}&page={int}
/api/get_recent_posts?type={string}
/api/get_posts?type={string}&cat={int}&count={int}&page={int}

Parameters

slug : {string} default: empty post slug
id : {int} default: empty post id
count: {int} default: 5 data display limit
page : {int} default: 1 data display offset
type : {string} default: post post_type

延伸相關外掛

文章
Filter
Apply Filters
Mastodon