Once everything is installed, you’ll probably want to do some ad-hoc testing to become familiar with what is returned in the WordPress JSON response.
An excellent tool for learning your REST API and doing some exploration on which type of test you want to create – as well as which response values you may need to capture when you start coding your API tests — is a Google Chrome App REST Console.
REST Console is an HTTP Request Visualizer and Constructor tool which helps developers build, debug and test RESTful APIs. To install, open up a Chrome browser:
- Navigate to:
- Click on the FREE button
- (You might get prompted to sign into Google)
- Click the Add button
Comments
Post a Comment