lib/halo-api/modules/profile/halo5/player_appearance.rb in halo-api-0.2.0 vs lib/halo-api/modules/profile/halo5/player_appearance.rb in halo-api-0.2.1

- old
+ new

@@ -1,15 +1,15 @@ module Halo module Profile module Halo5 - class PlayerAppearance < Halo::APIResponse + class PlayerAppearance < APIResponse def initialize(options = {}) super(options) end def find(player, options = {}) - get_data("#{@endpoint}/#{player}/appearance", options) + get_data("/#{player}/appearance", options) end end end end