api-explorer icon indicating copy to clipboard operation
api-explorer copied to clipboard

API Explorer is a live documentation client for Swagger/OpenAPI Specification

Results 37 api-explorer issues
Sort by recently updated
recently updated
newest added

![image](https://cloud.githubusercontent.com/assets/174127/18778150/e8c3f03e-816a-11e6-939d-df26f6fb0e83.png)

type:enhancement
configuration

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: ```...

type:enhancement
type:development

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....

type:documentation

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...

type:enhancement

We should show the actual response time in the response panel (swagger-ui has it!)

type:enhancement

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...

type:enhancement
question

A TabWidget plugin need to have a way to define a reducer to store/manage it's own state.

type:enhancement