rest-api-console
rest-api-console copied to clipboard
REST API Console
An API console that lives in your WordPress admin.
Development
Hacking requires Grunt, install node.js and Grunt for your system. (e.g. brew install node
).
To get up and running:
-
Clone the repository
git clone https://github.com/WP-API/rest-api-console.git
-
Install dependencies
npm install
-
Build with Grunt
grunt
-
Activate the plugin in your WordPress admin.
License
The REST API console is licensed under the GPL version 2 or later.
This project uses code from the following projects:
- REST API Console2 by Automattic: Licensed under the MIT open source license.
(Full license information available in the LICENSE file.)