pub async fn get_profile_data(
configuration: &Configuration,
username: &str,
) -> Result<Profile, Error<GetProfileDataError>>Expand description
Get the player profile from the available GDPR data. DE now has the profile endpoint behind authentication, and all requests will timeout.