-
Notifications
You must be signed in to change notification settings - Fork 19
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
Handle arrays in parameters #1
Comments
Yep sounds good
|
This appears to be on master. |
The plan is to use rail's style, and have URLs of the form
To end up with
this.params.foo === ['a', 'b']
.The alternative is
/path?foo=a&foo=b
. But the downside there is you can't do a single element array, which is sucky. Either way you can't do a zero-element array. Not sure if there's anything principled that can be done about this.Let me know if you want me to go ahead with this.
The text was updated successfully, but these errors were encountered: