feat(github): implement GitHub API client foundation #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part 1 of 3 for #80. Implement the base
Clientstruct,NewClientwith configurable base URL/GHE support, HTTP helpers with 429 retry and Retry-After. Also addsPatchfield tovcs.ChangedFile.Files:
vcs/types.go,github/client.go,github/client_test.goParent issue: #80