Potential LastFM Endpoint Performance Improvements #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LastFM-fed endpoints are rarely used [even by myself], however there are potential performance improvements to be had simply by porting the HTTP requests from using the requests_async library to aiohttp. requests_async is merely an async wrapper for Python's built-in requests library, whereas AIOHTTP is built async/for high performance.
assigned to @codey
Note that the related code is not included in this repository (per .gitignore criteria)
As part of resolving this issue, Last.FM API credentials were moved to constants to allow the wrapper to be publicized on git.