Class: BggApi

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/bgg.rb

Overview

Constant Summary collapse

METHODS =
[
  :collection,
  :family,
  :forum,
  :forumlist,
  :guild,
  :hot,
  :plays,
  :search,
  :thing,
  :thread,
  :user,
].freeze
BASE_URI =
'http://www.boardgamegeek.com/xmlapi2'
OLD_URI =
'http://www.boardgamegeek.com/xmlapi'