You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a bit of a note to drive development if and when Riot fixes the API documentation. Looks like bountyGold in the ChallengesDto is incorrectly documented as an int while it can return a float.
let api = RiotApi::new(MY_API_KEY);
let match_id = "NA1_5145391102";
api.match_v5().get_match(PlatformRoute::NA1.to_regional(), match_id).await.expect("This will panic!")
The text was updated successfully, but these errors were encountered:
Just a bit of a note to drive development if and when Riot fixes the API documentation. Looks like
bountyGold
in the ChallengesDto is incorrectly documented as an int while it can return a float.Upstream issue: RiotGames/developer-relations#1005
Repro steps:
The text was updated successfully, but these errors were encountered: