riot-cpp

Basic api client to query riot's api. Handles rate limiting, server errors and does basic logging.

MIT License

Stars
12
Committers
4

Bot releases are hidden (Show)

riot-cpp - v1.0.0 Latest Release

Published by Dan-Tan about 1 year ago

Removed all Json parser dependencies. Parsing Json is up to the user.

riot-cpp - Riot-cpp v0.1.2

Published by Dan-Tan over 1 year ago

Fixed the rate limiter. Scope History would approve requests too early resulting in rate denials, this was a result of the rounding error from using seconds.

riot-cpp - RiotCpp v0.1.1

Published by Dan-Tan over 1 year ago

Moved fields to protected and added better typing to query methods

riot-cpp - Riot-cpp v0.1.0

Published by Dan-Tan over 1 year ago

Riot-cpp is simple riot api wrapper that currently supports all api endpoints excluding lcu and ddagron requests.

This release has the following features

  • Rate Limiting (record use requests and prevent rate limit breaches)
  • Basic error logging
  • Simple Response Error Handling