Skip to content
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

Reserved URI parameter "not found" #456

Closed
jackbentley opened this issue Mar 3, 2017 · 2 comments
Closed

Reserved URI parameter "not found" #456

jackbentley opened this issue Mar 3, 2017 · 2 comments
Labels

Comments

@jackbentley
Copy link

This warning appears when using a parameter with + at the beginning (the reserved value operator). It shouldn't because it's valid according to the spec?

warning: (8)  parameter 'file' is not found within the URI template '/blah/{prefix}/files/{+file}'
@pksunkara
Copy link
Contributor

Yes, it's valid according to the spec. Unfortunately, our URI template implementation has a few bugs.

@kylef
Copy link
Member

kylef commented Mar 23, 2020

As of Drafter 5.0.0-rc.1, full support for URI Template has been added, including level 3/4.

URI Templates such as /blah/{prefix}/files/{+file} are now supported.

@kylef kylef closed this as completed Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants