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

Resource section identifier can not start with a forward slash #94

Open
mmadson opened this issue Mar 20, 2015 · 2 comments
Open

Resource section identifier can not start with a forward slash #94

mmadson opened this issue Mar 20, 2015 · 2 comments

Comments

@mmadson
Copy link

mmadson commented Mar 20, 2015

The following doesn't seem to be supported:

# Group Cars

## /cars [/cars{?someVeryLongUriTemplateThatIDontWantInTheIdentifer}
@danielgtaylor
Copy link
Owner

@mmadison it looks like the entire string is being treated as a URL by the API Blueprint parser. One way to prevent that is by URL-encoding the name, but then Aglio renders out the encoded version. It seems to me that this use case should just be supported by the parser. Let me look into this a big further.

@zdne
Copy link
Collaborator

zdne commented Jul 21, 2015

Is this related to apiaryio/snowcrash#340 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants