What I would expect from osprey is to be able to make a GET on /files/some/arbitrary/fileName
RAML 0.8 omits saying that Level 2 is not available to use in uriParameters, so I would assume, that tooling should be able to handle this with a flag, somehow.
The following RAML is not supported:
What I would expect from osprey is to be able to make a
GET
on/files/some/arbitrary/fileName
RAML 0.8 omits saying that Level 2 is not available to use in
uriParameters
, so I would assume, that tooling should be able to handle this with a flag, somehow.WDYT?