Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

REST Console Embed

Описание

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

Снимки на разширението

  • REST Console embedded in a post.

Инсталиране

  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.

Отзиви

There are no reviews for this plugin.

Сътрудници и разработчици

“REST Console Embed” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “REST Console Embed” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

0.1.1

  • Bug – return shortcode output instead of printing.

0.1.0

  • Initial release.