Class: Elmas::Client

Inherits:
API
  • Object
show all
Defined in:
lib/elmas/client.rb

Instance Method Summary collapse

Methods inherited from API

#config, #initialize

Methods included from OAuth

#authorize_division, #authorize_url, #authorized?, #get_access_token, #get_refresh_token

Methods included from Request

#delete, #get, #post, #put

Constructor Details

This class inherits a constructor from Elmas::API

Instance Method Details

#connectionObject



7
8
9
10
11
# File 'lib/elmas/client.rb', line 7

def connection
  Faraday.new do |faraday|
    faraday.adapter Faraday.default_adapter
  end
end