ClementJ18 / moddb

A Python scrapper to access ModDB mods, games and more as objects
https://moddb.readthedocs.io
MIT License
13 stars 8 forks source link

Switch request system to use requests.Route #10

Closed ClementJ18 closed 2 years ago

ClementJ18 commented 2 years ago

Switch the library from using requests.post and requests.get to requests.Route. This will enable individual methods to retain some control but still centralize Sessions and ratelimits.