class BlizzardApi::Wow::Title

This class allows access to World of Warcraft titles

@see develop.battle.net/documentation/api-reference/world-of-warcraft-game-data-api

You can get an instance of this class using the default region as follows:

api_instance = BlizzardApi::Wow.title

Public Instance Methods

complete() click to toggle source

This method overrides the inherited default behavior to prevent high server load and fetch time

@!macro response

# File lib/blizzard_api/wow/game_data/title.rb, line 17
def complete
  raise BlizzardApi::ApiException, 'There are too many achievements to fetch complete data'
end

Protected Instance Methods

endpoint_setup() click to toggle source
# File lib/blizzard_api/wow/game_data/title.rb, line 23
def endpoint_setup
  @endpoint = 'title'
  @namespace = :static
  @collection = 'titles'
  @ttl = CACHE_TRIMESTER
end