Returns a new instance of Base.
8 9 10 11
# File 'lib/caly/providers/base.rb', line 8 def initialize(token) @headers = {Authorization: "Bearer #{token}", ContentType: "application/json"} @client = Caly::Client.new(@url, @headers) end