Module: R6API::UbisoftProfile

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

Instance Method Summary collapse

Instance Method Details

#get_profile(username) ⇒ Object



6
7
8
9
# File 'lib/r6api.rb', line 6

def get_profile(username)
	self.class.get("https://api-ubiservices.ubi.com/v2/profiles?nameOnPlatform=#{username}&platformType=uplay", 
		auth_header).parsed_response
end