lib/createsend/createsend.rb in createsend-4.1.1 vs lib/createsend/createsend.rb in createsend-4.1.2
- old
+ new
@@ -112,11 +112,11 @@
@@base_uri = "https://api.createsend.com/api/v3.1"
@@oauth_base_uri = "https://api.createsend.com/oauth"
@@oauth_token_uri = "#{@@oauth_base_uri}/token"
headers({
'User-Agent' => USER_AGENT_STRING,
- 'Content-Type' => 'application/json; charset=utf-8',
- 'Accept-Encoding' => 'gzip, deflate' })
+ 'Content-Type' => 'application/json; charset=utf-8'
+ })
base_uri @@base_uri
# Authenticate using either OAuth or an API key.
def auth(auth_details)
@auth_details = auth_details
\ No newline at end of file