jeffstieler/rest-console-embed

Shortcode embed of the WPCOM Rest Console

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:wordpress-plugin

pkg:composer/jeffstieler/rest-console-embed

0.1.0 2015-05-04 23:40 UTC

This package is not auto-updated.

Last update: 2025-11-08 23:23:14 UTC


README

WordPress shortcode plugin providing an embeddable console for exploring REST APIs in your content.

Based on Automattic's WordPress.com Console.

Using the shortcode

[rest-console api_root="http://path/to/api" auth="none" width="100%" height="500px"]

  • api_root
    • Root URL of the target API.
  • auth
    • "none", "oauth", or "proxy". Using values other than "none" is an exercise left to the reader. ;)
  • width
    • Width of the containing div, defaults to 100%.
  • height
    • Height of the containing div, defaults to 500px.

API Compatibility

For the console to work properly, the target API will need to: