node-jira-client
node-jira-client copied to clipboard
Support for gzip compressed return data from Jira API?
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?
@mbanders How did you solve this? I have the same issue. :(