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 try to get a result that generates plain text (like https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM1698570&targ=self&form=text&view=full ) I get json/application content type instead and all "\n" symbols are deleted from there
The text was updated successfully, but these errors were encountered:
I've checked same link with another library ( https://github.com/lihaoyi/requests-scala )
requests.get("https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM1698570&targ=self&form=text&view=full").text()
and there everything works fine (no "\n" symbolds are deleted from the entity). Looks like a Hammock bug
Sorry, something went wrong.
No branches or pull requests
When I try to get a result that generates plain text (like https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM1698570&targ=self&form=text&view=full ) I get json/application content type instead and all "\n" symbols are deleted from there
The text was updated successfully, but these errors were encountered: