Module: R6API::RainbowPlayer

Included in:
API
Defined in:
lib/r6api.rb

Instance Method Summary collapse

Instance Method Details

#get_player(platform, user_id) ⇒ Object



13
14
15
16
# File 'lib/r6api.rb', line 13

def get_player(platform, user_id)
	self.class.get("https://uplaywebcenter.ubi.com/v1/stats/playerStats/?game=RSIX7&locale=en-GB&platform=#{platform}&userId=" +
		"#{user_id}", auth_header).parsed_response
end