Skip to content

Releases: Dan-Tan/riot-cpp

v1.0.0

05 Sep 08:02
Compare
Choose a tag to compare

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

Riot-cpp v0.1.2

16 Apr 13:13
Compare
Choose a tag to compare

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.

RiotCpp v0.1.1

20 Mar 05:12
Compare
Choose a tag to compare

Moved fields to protected and added better typing to query methods

Riot-cpp v0.1.0

01 Mar 09:52
Compare
Choose a tag to compare

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