-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse <<parameters>> in resources #2
Comments
This should be all set in the v0.2.0-dev branch 🎉 |
@econchick Sorry to resurrect this, but I think I have found a case where the substitution of parameters doesn't work - given the following RAML:
the |
@econchick After a bit more thought, I have made a better fix for this issue using |
Within RAML, one is able to declare parameters within resource types and traits docs. It would be nice when accessing the actual resource object defined with a resource type/trait containing a parameter, to have the parameter values substitute the
<<parameter>>
.Currently, it's setup as follows:
And ideally, it'd look like this:
The text was updated successfully, but these errors were encountered: