jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
449 stars 168 forks source link

Support for gzip compressed return data from Jira API? #326

Open mbanders opened 2 years ago

mbanders commented 2 years ago

Some Jira APIs set a header content-encoding: gzip and in the body of the message send gzip compressed data rather than human-readable json data. It appears maybe this node Jira client doesn't handle gzip data well?

jordansilva commented 2 years ago

@mbanders How did you solve this? I have the same issue. :(