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

A web editor for creating and sharing RAML API specifications

Results 75 api-designer issues
Sort by recently updated
recently updated
newest added

Having a very large RAML file it would be very handy to have a feature where you could easily click on a resource in your API console and jump directly...

enhancement
help wanted
new feature

Currently, we only show errors in the design panel with a mark on the line of code. If the RAML file is really big and this error is in one...

enhancement
help wanted
new feature

Would API Designer be interested in integrating a linter-like feature? I built such a thing, [RAML Lint](https://www.npmjs.com/package/ramllint), and it has been great so far. The next, better, thing would be...

enhancement
new feature

The file menu blocks click propagation which causes issues on other components relying on the click propagating to the window. ![image](https://cloud.githubusercontent.com/assets/1088987/8304428/115536a6-19e9-11e5-87a7-0d456e4e3568.png)

bug
minor

I'm having an issue where I want to insert a table into a description, and when I view it on the API Designer it leaves a big blank white space...

bug
minor

It would be good to have kind of a "debug" mode to help identifying problems better. The "debug" mode can be enabled, for example, by simple start `api-designer --debug_mode=true` or...

enhancement
help wanted

If the user changes the ``` #%RAML 0.8 ``` at the beginning of the file, the bottom drawer disappears and doesn't return until the header is fixed. If the user...

enhancement

API-designer version: 0.0.5 Browser: Chrome version: 44.0.2403.155 (64-bit) OS: Mac OS X 10.10.5 The RAML 0.8 spec says that "... the value of the named parameter property MAY be an...

bug
minor

node-open is effectively abandoned and using an old version of xdg-open that doesn't work on FreeBSD. Please change to opn which is actively maintained.

enhancement
minor