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

An interactive REST console based on RAML/OAS files

Results 53 api-console issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I write some raml code through api-console editor demo, But how can I save these changes to project files?

Allow users to search through navigation (name + endpoint [+ method?]). Currently the user has to scroll through the navigation pane to discover the endpoint. When the user is unfamiliar...

enhancement
v6

Current examples of element and standalone API console include `oauth1-authorization` and `oauth2-authorization` handlers in both, the API console and the `api-request-editor` component which results in OAuth-related request events fired twice....

Hi, this another feature request. The idea is show the RAML Named Example displayName and description element into the api console examples tab, e.g: I've describe multiple raml named examples...

enhancement
v4

I found an issue with the page refresh while navigating between the endpoints. the path parameter is not refelecting properly. ![image](https://user-images.githubusercontent.com/84512816/118985209-e354ff80-b99b-11eb-8e71-73faa08193a6.png)

bug

When we have a type-section in the raml-file that contains a description or example (first screenshot below), the header, example and description fields are rendered twice in the API console...

The api-console-cli (command line tool) version 3.0.0 fails to build a bundle application. ## Expected outcome The CLI should build a bundle ## Actual outcome error thrown as on the...

Currently, menu navigation shows the entire collection of endpoints which becomes very distracting when working with deep nested API structures and long paths (it's much easier to just find an...

roadmap

Hi! Congrats for this lib. It is great! I am trying to make it run with a new instance of create-react-app. I already installed the package `npm -i --save api-console`,...

3rd party