agithub
agithub copied to clipboard
Implemented Context Manager for Requests
I saw the TODO in the code and implemented a Context Manager for Requests. I tested it using test.py and by instantiating a GitHub client instance to check that connections were being made normally. Do tell me if there's anything that can be further improved. Thanks!
Needs a rebase