I am experimenting with Webhooks for GitHub. As I understand, we can register URLs for Webhooks in Github settings. But I wanted to do this programmatically. I am using JGit for API driven Git management. I couldn't see any obvious support for Webhooks in JGit.
Does JGit support Webhook register, unregister, edit etc. APIs?