Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

REST Console Embed

Descripción

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

Capturas

  • REST Console embedded in a post.

Instalación

  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.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«REST Console Embed» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «REST Console Embed» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.1.1

  • Bug – return shortcode output instead of printing.

0.1.0

  • Initial release.