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

Support query parameter with multiple values #356

Closed
nalinchhajer1 opened this issue Sep 12, 2016 · 2 comments
Closed

Support query parameter with multiple values #356

nalinchhajer1 opened this issue Sep 12, 2016 · 2 comments

Comments

@nalinchhajer1
Copy link

Hi,
I need a support for below kind of end-point

/products?storeId=24&storeId=45&brandId=1234&brandId=12123

/products?storeId=24&storeId=45&brandId=1234

/products?storeId=24&storeId=45&brandId=1234&categoryId=8889

where storeId, brandId and categoryId are array(string) and are optional.

I have noticed that https://tools.ietf.org/html/rfc6570#section-2.4.2 has schema for it, bit it is not supported in Apiary. User should be able to try above given end-points in machine column in apiary. Please help.

@pksunkara
Copy link
Contributor

We are working on an RFC to allow support for this. You can read this comment and check the related discussion.

@pksunkara
Copy link
Contributor

I am closing this in favour of that issue.

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

No branches or pull requests

2 participants