-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add support to POST a query #130
Comments
Is there a reason we wouldn't want POST to be the default here? @dkador |
No. |
Changing this will break a lot of tests. The actual change is very simple and works out of the box. Just... the tests are very angry. |
Yes, we'll need to fix up the tests. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, all queries are sent via a GET, which can have limits on its length. Would be great to have the option to POST a query with the params in the body.
The text was updated successfully, but these errors were encountered: