REST API for interacting with GitHub webhooks
Created by: susantoscott
Created a library to create, list, find, and delete Github webhooks. This will be used to automate the creation of Github webhooks for repository syncing. This type of webhook will ONLY listen to PUSH events, which is good for our syncing project.
Test plan
go test -run TestSyncWebhook_CreateListFindDelete