├── .gitignore ├── LICENSE ├── README.md ├── exampleApi.raml ├── package.json └── ramlServer.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farolfo/raml-server/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farolfo/raml-server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farolfo/raml-server/HEAD/README.md -------------------------------------------------------------------------------- /exampleApi.raml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farolfo/raml-server/HEAD/exampleApi.raml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farolfo/raml-server/HEAD/package.json -------------------------------------------------------------------------------- /ramlServer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farolfo/raml-server/HEAD/ramlServer.js --------------------------------------------------------------------------------