frissyn / valorant.py

Complete Python interface for the Valorant API. Works right out of the box!
https://valorantpy.readthedocs.io
MIT License
125 stars 19 forks source link

v1.1.x - Introduce `async` functionality #39

Open frissyn opened 2 years ago

frissyn commented 2 years ago

These changes aim to re-introduce asynchronous request functionality to valorant.py. The original implementation was naïve and still made blocking requests to the API.

This will add the aiohttp dependency, and while I did want to keep the library dependency free for as long as possible, this functionality is too crucial to ignore.

The AsyncClient and its components will be introduced in v1.1.0, and other working changes will be added to v1.0.x in the meantime.

Developement:

frissyn commented 2 years ago

Forgot about this cuz of end-of-semester grades lol, will get back on this soon