Riot API wrapper This simple wrapper provides a Go interface for Riot API. Config Create a .env file in the root directory of the project and set an api_key variable like this: api_key=<your_key> Usage import "riot-API-client/riot" client, err := riot.New() API documentation https://developer.riotgames.com/