Module: Igdb

Defined in:
lib/igdb.rb,
lib/igdb/version.rb

Defined Under Namespace

Modules: Configuration, Exception Classes: ApiResource, Company, Game, GameCompany, GameGenre, GameReleaseDate, GameScreenshot, GameTheme, GameVideo, Person, Requester, Shop

Constant Summary collapse

VERSION =
"0.6.0"

Class Method Summary collapse

Class Method Details

.connect(api_key) ⇒ Object



5
6
7
8
9
# File 'lib/igdb.rb', line 5

def self.connect(api_key)
  Igdb::Configuration::Api.instance.tap do |api|
    api.connect(api_key)
  end
end