- Author Peter Cole
- Version 1.0.0
- Using the tools that we’ve demonstrated in the core demo, start to build out the RESTy app, which is a simple clone of Postman.
- User enters an API URL
- Chooses a REST Method
- Clicks the “Go” button
- Application fetches data from the URL given, with the method specified
- Displays the response headers and results separately
- Both headers and results should be “pretty printed” JSON
- Clone repo
% npm i
npm start
- Enter the api url
- For example,
https://pokeapi.co/api/v2/pokemon/ditto/
- For example,
- Click GET
- Add rest of the HTTP methods