api-explorer
api-explorer copied to clipboard
API Explorer is a live documentation client for Swagger/OpenAPI Specification

The existing samples of API Explorer server uses a buggy implementation for proxy the requests. I propose to use https://github.com/chimurai/http-proxy-middleware to proxy request to the target server. Sample implementation: ```...
To make it easier for others to integrate API Explorer in their pipelines, we should build some docs showing how to serve the application within some popular frameworks or tools....
When using a complex type for a body parameter, API Explorer shows the name of the type but not the actual schema. The schema is available (in swagger2) in the...
We should show the actual response time in the response panel (swagger-ui has it!)
Is useful to have some visual hint (maybe fading out the codemirror) that the response being displayed is not actual (stale). A response can be "stale" when we are seeing...
A TabWidget plugin need to have a way to define a reducer to store/manage it's own state.