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?
Hi guys,
I'm trying to use the
raml-serverwith the example given in the RAML official 200 tutorial (http://raml.org/developers/raml-200-tutorial),jukebox-api.raml.I get the following error:
Does it mean that
raml-serverdoesn't support parameters (<< resourcePathName >>, ...) as explained in http://raml.org/developers/raml-200-tutorial#parameters ?Or do I miss something?