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 propose switching to a Session object from the requests library for the package's HTTP requests. We're currently opening a new connection to the same host for each request. Making this switch would allow some parameters to persist between a users's requests, which may be friendlier to the Pitchfork server.
I'd be able to handle the switch over to the requests library, but I'll try to think some more first on whether it really makes sense to make the change.
The text was updated successfully, but these errors were encountered:
Copied from issue on tejassharma96's repository.
I propose switching to a
Session
object from therequests
library for the package's HTTP requests. We're currently opening a new connection to the same host for each request. Making this switch would allow some parameters to persist between a users's requests, which may be friendlier to the Pitchfork server.I'd be able to handle the switch over to the
requests
library, but I'll try to think some more first on whether it really makes sense to make the change.The text was updated successfully, but these errors were encountered: