-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Allow multiple query string parameters #15
Comments
I had someone else point out how to overcome this. I haven't had a chance to implement it but I'll track it down and do so. |
If you manage to track it down send through the code and I'm happy to do the legwork. |
Try this: #6 |
ardalis
pushed a commit
that referenced
this issue
Apr 29, 2020
Fixed, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't seem to discover a way to provide multiple query string parameters into a single endpoint, the type params of BaseRequest only support a single request/response.
A use case being something like pagination
GET https://myapi/v1/transactions?page=1&per_page=10&query=1234
I'm happy to implement it, if you have any suggestions on how.
The text was updated successfully, but these errors were encountered: