Skip to content

Support conditional requests for the GitHub Rest API

In order to reduce our use of the GitHub Rest API towards the rate limit, we should use conditional requests and cache requests locally using the https://pypi.org/project/requests-cache/ library.