Descripció
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
Captures
Instal·lació
- Install REST Console Embed either via the WordPress.org plugin directory, or by uploading the files to your server.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the
[rest-console]
shortcode in your content.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«REST Console Embed» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «REST Console Embed» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
0.1.1
- Bug – return shortcode output instead of printing.
0.1.0
- Initial release.