class Icalia::Artanis::HttpConnection

Public Instance Methods

run(request_method, path, params = {}, headers = {}) click to toggle source
Calls superclass method
# File lib/icalia/artanis/http_connection.rb, line 4
def run(request_method, path, params = {}, headers = {})
  headers.reverse_merge! 'Authorization' => ClientAuth.fetch.to_authorization_header
  super
end