Module: ArmoryApi::API
- Defined in:
- lib/armory_api/api.rb
Instance Method Summary collapse
Instance Method Details
#character(realm, name, options = {}) ⇒ Object
6 7 8 |
# File 'lib/armory_api/api.rb', line 6 def character(realm, name, ={}) get("/api/wow/character/#{realm}/#{URI.escape(name)}") end |