api-explorer
api-explorer copied to clipboard
API Explorer is a live documentation client for Swagger/OpenAPI Specification
Currently these values are hardcoded for json and xml.
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...
Tests are failing because global APIExplorer requirement for plugin reducers.
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...
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...
We should have a separate deployment and branch so we can show experimental features to other people.
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
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...
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',...