Just getting started with raml (read the spec) to see if it has what I need to document my api.
Concerned about required baseUri property at root level to define you server Url. I am in a scenario in which my api is served out over many different domains.
Is it possible to define the baseUril as the url from which the raml doc was served?
Just looking at the spec I did not see a way. Of course there are probably number of ways I could scrub the raml doc before deploy, or include the right domain raml file that has a variable defined for that particular deployment. But I would really like to avoid that.
baseURI
property of RAML forces me to serve it as a dynamic templated resource, using different rendering techniques depending on the language/platform... – Thoth