Skip to content

A simple library with an equally simple interface for interacting with Riot API (League of Legends)

License

Notifications You must be signed in to change notification settings

michael-manasian/leago

Repository files navigation

What is Leago?

Leago is a small and simple library with a convenient interface to interact with Riot API.

League of Legends picture

Notes

  • Riot API has many more methods than this implementation written in Golang.
  • Before using the library, it's advised to visit Riot API documentation page.

How to start using?

go get github.com/mikemight/leago

Finally

Leago uses a rate limiter from this library

IMPORTANT: When initializing the API client, use restrictions that match the Riot API restrictions!

  • 20 requests every 1 seconds(s)
  • 100 requests every 2 minutes(s)

Otherwise, very often there will be an error associated with exceeding the number of requests.

Riot Developer Portal | RDP

Go to view

About

A simple library with an equally simple interface for interacting with Riot API (League of Legends)

Topics

Resources

License

Stars

Watchers

Forks

Languages