api-designer
api-designer copied to clipboard
A web editor for creating and sharing RAML API specifications
Something that drives me mad with the current `api-designer`: the moment I type something where `api-designer` wants to provide a completion, it does so immediately without waiting for any reasonable...
Getting this error in the console. vendor.1aaa9992.js:8 Error: /api.raml.meta does not exist http://joxi.ru/KAgowbQT40n3xA And can not view the rendered api http://joxi.ru/J2bVw0vfX1xLN2 User Dreamvention API apis/22360836/versions/779279 title: AptDiscounter version: 1.0 baseUri:...
As an example, if we try to delete file or folder and underlying file system implementation fails for any reason, this file or folder will disappear from file browser until...
While editing a large RAML file, with Schemas, Traits, Resource Types, and Resources, the editor starts to slow down with each successive update until it becomes unusable. Then I need...
I had to find the port argument by reading https://github.com/mulesoft/api-designer/blob/92e4717e4093614cd3b0dbde2d7b8ac2a096a804/bin/api-designer.js it would be nice (and up to a point expected) to be able to call `api-designer --help` and see a...
when adding the schemas it is giving the folowing error: [error] Reference: '{ "type": "object", "$schema": "http://json-schema.org/draft-03/schema", "id": "http://jsonschema.net", "required": true, "properties": { "songTitle": { "type": "string", "required": true },...
I have successfully hooked up my own filesystem running the api-designer locally. But I noticed the directories don't show up in the sidebar. I have looked into the code, and...
Am I missing something? When I install and run api-designer the local express isnt doing any proxying but the browser client is relying upon the proxying. Why isnt the local...
just like postman does. does api-designer support that? i try to POST my request to my service (127.0.0.1:8180) and - if i click 'API is behind a firewall', it POST...
 As you can see in the image above; I am getting auto-completion inside a JSON schema type definition. Can we prevent that. It's kinda annoying since its comes out...