You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use requests_cache and requests_retry to compose a requests.Session that aggressively caches and can retry lots of requests. I have used libraries like openmeteo_requests that allow this kind of pattern, and it would be great if nba_api could accept custom sessions in the same way.
I am more than willing to do this work just want to make sure the maintainers of this repo like the idea before proceeding.
Code
No response
The text was updated successfully, but these errors were encountered:
@8W9aG - Always happy to discuss contributions, and this sounds like a great option to enhance the library's capabilities. You can open a draft PR for discussion, or we can continue on this thread. Looking forward to hearing more on your proposal.
NBA API Version
1.6.1
Issue
I currently use
requests_cache
andrequests_retry
to compose arequests.Session
that aggressively caches and can retry lots of requests. I have used libraries likeopenmeteo_requests
that allow this kind of pattern, and it would be great ifnba_api
could accept custom sessions in the same way.I am more than willing to do this work just want to make sure the maintainers of this repo like the idea before proceeding.
Code
No response
The text was updated successfully, but these errors were encountered: