Consolidated API calls to a single file
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz refactored the API call logic in bgrgndzz/bloom into a single module for easier maintenance.
The work pulled scattered API calls across the codebase into one place [1], reducing duplication and making future changes to the API layer simpler to implement.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] refactor api calls to a single file bgrgndzz/bloom