Potential LastFM Endpoint Performance Improvements #17

Closed
opened 2024-08-11 18:14:44 -04:00 by codey · 3 comments
codey commented 2024-08-11 18:14:44 -04:00 (Migrated from kode.boatson.boats)

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.

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.
codey commented 2024-08-11 18:14:45 -04:00 (Migrated from kode.boatson.boats)

assigned to @codey

assigned to @codey
codey commented 2024-08-11 18:15:51 -04:00 (Migrated from kode.boatson.boats)

Note that the related code is not included in this repository (per .gitignore criteria)

Note that the related code is not included in this repository (per .gitignore criteria)
codey (Migrated from kode.boatson.boats) closed this issue 2024-08-19 14:22:25 -04:00
codey commented 2024-08-19 14:23:31 -04:00 (Migrated from kode.boatson.boats)

As part of resolving this issue, Last.FM API credentials were moved to constants to allow the wrapper to be publicized on git.

As part of resolving this issue, Last.FM API credentials were moved to constants to allow the wrapper to be publicized on git.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: codey/api#17
No description provided.