We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I'm executing service http method using url with query values, HttpCommand completely replaces those query values with empty hash.
http
HttpCommand
For example when I'm using this http method to download files using the export links from google drive, instead of this:
Sending HTTP get https://docs.google.com/feeds/download/documents/export/Export?id=someDocumentId&exportFormat=docx
I get this
Sending HTTP get https://docs.google.com/feeds/download/documents/export/Export?
I think it's not very convenient, so we should keep initial query parameters. If you agree, I can make a PR (railscard@f51a4f2)
The text was updated successfully, but these errors were encountered:
PR welcome. Please make sure to read the contributing guidelines and sign the CLA too.
Sorry, something went wrong.
sqrrrl
No branches or pull requests
When I'm executing service
http
method using url with query values,HttpCommand
completely replaces those query values with empty hash.For example when I'm using this
http
method to download files using the export links from google drive, instead of this:I get this
I think it's not very convenient, so we should keep initial query parameters.
If you agree, I can make a PR (railscard@f51a4f2)
The text was updated successfully, but these errors were encountered: