We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b74637c + dc7ac53 commit a725043Copy full SHA for a725043
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Unreleased
4
5
-- Upcoming changes
+- _Unofficial_ support for [httpx](https://rubygems.org/gems/httpx)
6
7
## v2.0.1
8
lib/zendesk_api/client.rb
@@ -24,7 +24,7 @@ module ZendeskAPI
24
# The top-level class that handles configuration and connection to the Zendesk API.
25
# Can also be used as an accessor to resource collections.
26
class Client
27
- GZIP_EXCEPTIONS = [:em_http, :httpclient]
+ GZIP_EXCEPTIONS = [:em_http, :httpclient, :httpx]
28
29
# @return [Configuration] Config instance
30
attr_reader :config
0 commit comments