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

Query Param(s) attached in URL should populate key-value(s) and vice versa #218

Closed
AnujaK opened this issue Mar 28, 2015 · 3 comments
Closed
Labels
Milestone

Comments

@AnujaK
Copy link
Owner

AnujaK commented Mar 28, 2015

Adding params either in URL or as key-value pairs should reflect the other.
Anything after '?'(for first param) or '&' to be added as key, after '=' as value.

@AnujaK
Copy link
Owner Author

AnujaK commented Apr 22, 2015

Issue is partially fixed.
Bug:
If I enter request url as http://localhost:8080/api/workspaces?page=1
Now I add query param : key as limit , value as 2
The request url gets converted into: http://localhost:8080/api/workspaces?limit=2
instead of http://localhost:8080/api/workspaces?page=1&limit=2

@AnujaK
Copy link
Owner Author

AnujaK commented Jun 27, 2015

Assigned to @rka12

rka12 added a commit to rka12/restfiddle that referenced this issue Jun 28, 2015
AnujaK added a commit that referenced this issue Jun 29, 2015
Populated query params to key value pair and vice-versa #218
@AnujaK AnujaK added this to the theta milestone Jun 30, 2015
@AnujaK
Copy link
Owner Author

AnujaK commented Jun 30, 2015

Working fine after pull request #278.

@AnujaK AnujaK closed this as completed Jun 30, 2015
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

1 participant