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