module R6API::RainbowPlayer
Public Instance Methods
get_player(platform, user_id)
click to toggle source
# 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