Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 902 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 902 Bytes

Summary

This is a browser based application that allows for testing calls to the RESTful ICWS api. It is developped in Angular

Example

Upon accessing the web app, you will see this login screen. After a successful login, you will be able to navigate the existing calls to then pre-populate the request body + headers + url, modify them and send the request:

alt text

Curious how I got the ICWS api calls data?

The data was retrieved directly from the documentation website by parsing each and every HTML page. The relevant data was then extracted using a python script - here