Sha256: 256c0a3e609b2a83c67afbe1e699459f408e8825dcb959fa5d18148d0bcfdab8
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
module Halo module Stats module Halo5 class PlayerServiceRecordsWarzone < Halo::APIResponse def initialize(options = {}) super(options) end def find(players, options = {}) get_data("#{@endpoint}/servicerecords/warzone?players=#{players}", options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
halo-api-0.1.1 | lib/halo-api/modules/stats/halo5/player_service_records_warzone.rb |
halo-api-0.1.0 | lib/halo-api/modules/stats/halo5/player_service_records_warzone.rb |