Skip to content

A user friendly browser based app to test api calls to ICWS

Notifications You must be signed in to change notification settings

a-boujane/icws-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c75bab3 · Jun 14, 2017

History

90 Commits
Apr 4, 2017
Feb 11, 2017
Mar 26, 2017
Mar 21, 2017
Jun 14, 2017
Feb 11, 2017
Mar 26, 2017
Apr 25, 2017
Feb 13, 2017
Feb 18, 2017
Feb 11, 2017
Apr 23, 2017
Feb 11, 2017
Feb 11, 2017

Repository files navigation

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