Version

Allow access to version information available on DataDragon

Methods

versions(get_url=False)

Get a JSON list with all version strings

get_url: When true, don't make an API call and returns the url connection

return: JSON object retrieved from riot API call (or link when get_url is True)

last_version(get_url=False)

Get a string of the last version

get_url: When true, don't make an API call and returns the url connection

return: JSON object retrieved from riot API call (or link when get_url is True)

Last updated