Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

REST Console Embed

Leírás

Embed a console for exploring REST APIs in your content.

Based on Automattic’s WordPress.com Console.

For the console to work properly, the target API will need to:
* respond to versioned requests, specified in the URL (e.g. /api/v1/endpoint)
* expose a /versions endpoint to provide metadata about the API\’s different versions
* response example here
* expose a /help endpoint to provide metadata about the API’s endpoints
* response example here

Képernyőmentések

  • REST Console embedded in a post.

Telepítés

  1. Install REST Console Embed either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the [rest-console] shortcode in your content.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“REST Console Embed” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“REST Console Embed” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

0.1.1

  • Bug – return shortcode output instead of printing.

0.1.0

  • Initial release.