python-github3
python-github3 copied to clipboard
fixed problem with post for fork creation
Fork creation fails with Github API v3, because it returns a status code 202 Accepted:
https://developer.github.com/v3/repos/forks/
This PR fixes the client post method.
It is now accepting both 201 and 202 status codes.