a-boujane / icws-js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 99.6%Language:HTML 0.1%Language:Python 0.1%Language:JavaScript 0.1%Language:CSS 0.1%