api-designer
api-designer copied to clipboard
A web editor for creating and sharing RAML API specifications
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...
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...
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...
The file menu blocks click propagation which causes issues on other components relying on the click propagating to the window. 
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...
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...
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...
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...
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.