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

Currently these values are hardcoded for json and xml.

type:enhancement
ready

For example, if you access an API at: http://localhost:3000/operation/Something-API-get-xpto/try-it and then change the API name from "Something-API" to "Other-API", reloading this url will cause this line to fail with an...

type:bug
ready

Tests are failing because global APIExplorer requirement for plugin reducers.

type:enhancement
ready

Sometimes we need to see only some specific properties in response. It would be nice to have some textbox where we can put a JSONPath Syntax and the response panel...

type:enhancement

In many scenarios our team needs to send out links to specific requests on API Explorer. It's not just a link to a specific API operation, it should also include...

type:enhancement

We should have a separate deployment and branch so we can show experimental features to other people.

type:development

a) We can consider using the same approach as in the Swashbuckle project: https://github.com/domaindrivendev/Swashbuckle/tree/v5.5.2 b) Produce artifacts for .NET and .NETCore

type:enhancement
type:development

As per [swagger spec](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operationObject), operations can be tagged with multiple tabs. > tags | [string] | A list of tags for API documentation control. Tags can be used for logical...

type:enhancement
question

The current implementation only allows setting custom tabs globally. It would be nice to customize those per API. ``` js APIExplorer .addAPI('petstore', 'swagger2', 'https://api.swaggerhub.com/apis/anil614sagar/petStore/1.0.0', c => { c.addWidgetTab('Only For Petstore',...

type:enhancement
configuration