KnutZuidema / golio

League of Legends, Legends of Runeterra and Valorant API client library for Go
MIT License
72 stars 29 forks source link

Fix parameters to query to GetTimeline based on documentation #50

Closed algorithme closed 2 years ago

algorithme commented 2 years ago

I noticed an error in the Query to collect a Match Timeline. It required a MatchId which is a string and not an integer.

See official documentation : https://developer.riotgames.com/apis#match-v5/GET_getTimeline

KnutZuidema commented 2 years ago

Hi @algorithme, thanks for the contribution. 👍🏼