Sha256: 23e713b5189d2d015508b78dc615152476efe9c00ec1088334140be4142f1808
Contents?: true
Size: 345 Bytes
Versions: 2
Compression:
Stored size: 345 Bytes
Contents
module Halo module Stats module Halo5 class PlayerServiceRecordsCustom < Halo::APIResponse def initialize(options = {}) super(options) end def find(players, options = {}) get_data("#{@endpoint}/servicerecords/custom?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_custom.rb |
halo-api-0.1.0 | lib/halo-api/modules/stats/halo5/player_service_records_custom.rb |