api-designer
api-designer copied to clipboard
A web editor for creating and sharing RAML API specifications
Is easy to end up with an inconsistent file state if any file fails to save or delete since there is nothing protecting the in-memory file system from failures.
It seems there is a syntax highlighting problem within regex defined properties. See image below.  Example: [api (6).zip](https://github.com/mulesoft/api-designer/files/594309/api.6.zip)
 Can someone explain me what that is about?
Hi, I'm using api-designer in my company with RAML and it works great. However, I have a question, how can it build a localhost mock service inside my company for...
I'd like to decompose a large raml document, e.g. by top level resources. Everything works well but one thing. I can't tell editor, that the contents of some *.raml file...
Hello, I have been working on some models (a few thousand of lines) for my customer (SNCF). My models include very big json files (examples of request and response data)....
Hi, We found out that the api-designer caches a get request for remote includes. ``` #%RAML 0.8 title: my Products API baseUri: http://localhost/ version: v1 mediaType: application/json schemas: - error:...
Hi, I took me quite some time to figure this out, so I thought it would be useful posting. I had been trying the original api designer implementation with the...
Kind of like Sublime Text implemented, it'd be cool to be able to view images, music and videos in the editor as assets instead of text.
When an `!include`'d file changes (drag and drop, import, etc.) we should reparse the current RAML document. This is an extension of the change introduced at #252, but requires a...