Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

REST Console Embed

Descrizione

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

Screenshot

  • REST Console embedded in a post.

Installazione

  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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“REST Console Embed” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

0.1.1

  • Bug – return shortcode output instead of printing.

0.1.0

  • Initial release.