I want to increase GitHub's rate limit by passing client_id and client_secret with the request. I don't want to use user/pass or OAuth authentication. I just want to make a request equivalent to:
https://api.github.com/repos/{owner}/{repo}/releases?client_id={id}&client_secret={secret}
Does github3.py provide a way to do this?