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

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.

enhancement

It seems there is a syntax highlighting problem within regex defined properties. See image below. ![image](https://cloud.githubusercontent.com/assets/498114/20343730/725790d4-abe7-11e6-9dd5-603932d13ff6.png) Example: [api (6).zip](https://github.com/mulesoft/api-designer/files/594309/api.6.zip)

bug
minor

![image](https://cloud.githubusercontent.com/assets/498114/17967191/a8270a7a-6abd-11e6-840f-3c7f22b82dbd.png) Can someone explain me what that is about?

question

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...

enhancement
help wanted

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...

enhancement

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)....

enhancement
new feature

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:...

bug
major

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...

bug
major

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.

enhancement
new feature

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...

enhancement