module Igdb

URL path: /characters/ Video game characters

URL path: /collections/ Collection, AKA Series

URL path: /companies/ Video game companies. Both publishers & developers

URL path: /credits/ Contains all employees responsible for working on the game.

URL path: /feeds/ Feed items are a social feed of status updates, media and news articles.

URL path: /franchises/ A list of video game franchises such as Star Wars.

URL path: /game_engines/ Video game engines such as unreal engine.

URL path: /game_modes/ Single player, Multiplayer etc.

URL path: /games/ Video Games!

URL path: /genres/

URL path: /keywords/ Keywords are words or phrases that get tagged to a game such as “world war 2” or “steampunk”.

URL path: /pages/ Our multipurpose page system is currently used for youtubers and media organisations.

URL path: /people/ Individuals who are in the video games industry

URL path: /platforms/ The hardware used to run the game or game delivery network

URL path: /player_perspectives/ First person, third person, etc.

URL path: /pulse_groups/

URL path: /pulses/ A single news article.

URL path: /pulse_sources/

URL path: /release_dates/ A handy endpoint that extends the games endpoint. Used to dig deeper into release dates, platforms and versions.

URL path: /reviews/

URL path: /themes/

URL path: /titles/ Job titles in the industry.

URL path: /game_versions/ Details about game editions and versions.

Constants

VERSION

Public Class Methods

connect(api_key = ENV['IGDB_KEY']) click to toggle source
# File lib/igdb.rb, line 86
def self.connect(api_key = ENV['IGDB_KEY'])
  Igdb::Configuration::Api.instance.tap do |api|
    api.connect(api_key)
  end
end