agithub
agithub copied to clipboard
Move to use requests instead of httplib in order to enable mocking responses
We may want to move to using requests
instead of httplib
as it should enable us to more easily create mocked responses for unit tests (for example with requests-mock