gromp

Holistic Python implementation of the public Riot Games Developer API.

MIT License

Downloads
242
Stars
6

Bot releases are hidden (Show)

gromp - v1.1.0 Latest Release

Published by wilhelmagren 11 months ago

gromp 1.1.0 Release Notes

This is the first minor release of the API wrapper. Needed update due to API and endpoint changes from Riot Games developer team, see the following issue for details https://github.com/wilhelmagren/gromp/issues/47.

NOTE BREAKING CHANGES: The League of Legends Tournamentv4 and TournamentStubv4 APIs and endpoints have been removed, and superseded by their respectives updates to *v5.

For a full list of new features coming with this release, see the API and endpoint changes in the above linked issue.

📋 Changelog:

gromp - v1.0.0

Published by wilhelmagren 12 months ago

gromp 1.0.0 Release Notes

This is the first major release, built using poetry build system. Some slight changes have been introduced to the functionality, mainly related to direct submodule imports. These can be breaking changes only for developers using the API vicariously.

NOTE THAT RIOT HAS UPDATED SOME LEAGUE ENDPOINTS. THESE CHANGES ARE NOT YET IMPLEMENTED, BUT WILL BE AVAILABLE SOON IN A FUTURE RELEASE. See this issue for exact route changes.

📋 Changelog:

gromp - v0.8.0

Published by wilhelmagren over 1 year ago

🚀 Major release

All public API methods are now with v0.8.0 implemented! 🌟 🔥

Since last release:

  • Legends of Runeterra implementation (#38)
  • Teamfight Teactics implementation (#36)
  • Accounts RSO implementation (#35)

Minor bugfixes following the Valorant implementations (#34)

Enjoy!

gromp - Minor release v0.6.0

Published by wilhelmagren over 1 year ago

🤖 Mocked testing of all APIs, and bugfixes.

Some of the changes:

  • Bugfix in Clashv1 API resolved (#30)
  • Fixed relative import to version in init (#31)
  • Bumped all setuptools to v0.6.0
  • Mocked unittests for all requests.session.get() REST calls (#30)
  • AssertFailure unittests for Hook constructor (#32)
gromp - v0.5.0

Published by wilhelmagren over 1 year ago

🚀 🚀 MAJOR bugfixes, minor release...

gromp can now successfully be installed through PyPI! Woooo! 🔥

Changes:

  • Move api package to root of module
  • Change all relative imports to absolute
  • Update pyproject.toml packages conf
  • Modify __init__.py of root module to follow changes

Why don't you try it out, let me know how the api feels like.

pip install gromp==0.5.0

👍 ?