raml-server
raml-server copied to clipboard
SyntaxError when using RAML tutorial example (parameters not supported?)
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 parsing: SyntaxError: Unexpected token <
Does it mean that raml-server
doesn't support parameters (<< resourcePathName >>, ...) as explained in http://raml.org/developers/raml-200-tutorial#parameters ?
Or do I miss something?