raml-server icon indicating copy to clipboard operation
raml-server copied to clipboard

run a mocked server JUST based on a RAML API's definition .. zero coding

Results 9 raml-server issues
Sort by recently updated
recently updated
newest added

Code that we can use to post a song will be very helpful. Can you please provide that so I can test the server with post requests?

Planning support for RAML 1.0? Is this still being maintained? Thanks.

Error got from cli: ``` # raml-server api.raml Error parsing: while validating body schema must be a string in "api.raml", line 28, column 13: schema: !include responses/BaseOk ... ``` **api.raml**...

Sames not work good with included like: traits: !include xxx/xxxx.yaml

Hi guys, I'm trying to use the `raml-server` with the example given in the RAML official 200 tutorial (http://raml.org/developers/raml-200-tutorial), `jukebox-api.raml`. I get the following error: ``` $ raml-server jukebox-api.raml Error...

npm ERR! node v6.9.0 npm ERR! npm v3.10.8 npm ERR! shasum check failed for /var/folders/k4/9bkz633525d0xjdghft_b3f80000gn/T/npm-6176-d060d5f6/registry.npmjs.org/faker/-/faker-3.1.0.tgz npm ERR! Expected: 0f908faf4e6ec02524e54a57e432c5c013e08c9f npm ERR! Actual: 4424c6a2142e4bb653fcb78a886a1f0b23cd391d npm ERR! From: https://registry.npmjs.org/faker/-/faker-3.1.0.tgz

I installed it locally (w/o the -g option). Then run it as: raml-server path-to-raml-file/api.raml Then hitting the top level resources at http://localhost:3000/top-level-resources always returns empty object {}, while the server...

Do you have intention of solving the single file limitation of the Raml-Server? Also it will be better if implemented as a module.

I get a lot of following errors on start: ``` { [Error: EISDIR: illegal operation on a directory, read] errno: -21, code: 'EISDIR', syscall: 'read' } { [Error: EISDIR: illegal...