The RESTArea provides a rest API UI with the ability to set parameters and headers; and view the JSON response as well as headers and other information. After getting a response, with a click of a button, the RESTArea will generate a set of typescript interfaces based on the JSON response. These can then be used with client libraries, like the Angular HttpClient.
It is hosted and you can demo / use it at: https://rest-area.firebaseapp.com
Special thanks to a couple of components that made building this easier:
Contributions are welcome. Check the issues list or the story backlog project for things to add.
This project was generated with Angular CLI version 1.6.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.