lib/nylas/http_client.rb in nylas-5.10.0 vs lib/nylas/http_client.rb in nylas-5.11.0
- old
+ new
@@ -3,10 +3,10 @@
module Nylas
require "yajl"
require "base64"
# Plain HTTP client that can be used to interact with the Nylas API sans any type casting.
- class HttpClient # rubocop:disable Metrics/ClassLength
+ class HttpClient
module AuthMethod
BEARER = 1
BASIC = 2
end