Sha256: 7bcc61be21cb932591480902867d6f4f47aa22b79778a9eef257e6cfcb197860

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

module Halo
  module Stats
    module Halo5
      class PcPlayerMatchHistory < Halo::APIResponse

        def initialize(options = {})
          super(options)
        end

        def find(player, options = {})
          get_data("#{@endpoint}pc/players/#{player}/matches", options)
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
halo-api-0.2.0 lib/halo-api/modules/stats/halo5/pc_player_match_history.rb
halo-api-0.1.1 lib/halo-api/modules/stats/halo5/pc_player_match_history.rb
halo-api-0.1.0 lib/halo-api/modules/stats/halo5/pc_player_match_history.rb