Robert Levy

Results 11 comments of Robert Levy

did you come up with a solution?

big +1 on this. we choose RAML over alternatives because it lets us split stuff into lots of small reusable files. but api-designer currently isn't super useful unless you are...

Over the course of a project we spend way more time tweaking these secondary files (especially schemas and examples) than the main RAML file. Low hanging fruit would be to...

Alternative workaround is to force the es6 version to be used instead of typescript: `import {ApiAiClient} from "api-ai-javascript/es6/ApiAiClient";`

I'd like this feature as well but it could be implemented much easier by simply tweaking the ctor: `this.request = require('request').defaults({proxy: proxy})` There's no need to set the option on...

Please include a 'main' attribute in bower.json as well