Skip to content

noahkohrs/riot-api-java-kotlin

Repository files navigation

Riot Api SDK

A wrapper for the Riot Api for Java and Kotlin.

This project is WORK IN PROGRESS and is not production ready.

Contributing

If you would like to contribute to this project, please feel free to do it. However, please try to :

  • Be consistent with the current library structures and patterns.
  • Document as much as possible your implementation choices.
  • Don't put too much code in a single PR, it will be easier to review.

Disclaimer

This product is not endorsed, certified or approved in any way by Riot Games, Inc. or any of its affiliates.

TODO-LIST

  • Implement all endpoints for the lol gateway
    • Implement champion endpoints.
    • Implement champion-mastery endpoints.
    • Implement clash endpoints.
    • Implement league endpoints.
    • Implement league-exp endpoints.
    • Implement challenges endpoints.
    • Implement match endpoints.
    • Implement rso-match endpoints.
    • Implement spectator endpoints.
    • Implement status endpoints.
    • Implement summoner endpoints.
    • Implement tournament endpoints.
    • Implement tournament-stub endpoints.
  • Implement all endpoints for the lor gateway
    • Implement deck endpoints.
    • Implement inventory endpoints.
    • Implement match endpoints.
    • Implement ranked endpoints.
    • Implement status endpoints.
  • Implement all endpoints for the riot gateway
    • Implement account endpoints.
  • Implement all endpoints for the tft gateway
    • Implement league endpoints.
    • Implement match endpoints.
    • Implement status endpoints.
    • Implement summoner endpoints.
  • Implement all endpoints for the val gateway
    • Implement console-match endpoints.
    • Implement console-ranked endpoints.
    • Implement content endpoints.
    • Implement match endpoints.
    • Implement ranked endpoints.
    • Implement status endpoints.

About

RiotGames API Java and Kotlin Library Wrapper SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published