Sha256: 5960c67f3fe9e8781b044f743df6709779da38ea768f205a8851d1d056e70e5c
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
module Halo module Stats module Halo5 class LeaderboardPlayerCsr < Halo::APIResponse def initialize(options = {}) super(options) end def find(season_id, playlist_id, options = {}) get_data("#{@endpoint}/player-leaderboards/csr/#{season_id}/#{playlist_id}", options) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems