Current_gitlabIntegration with GitLab Webhooks.
val webhook : webhook_secret:string -> Current_web.Resource.tGitLab webhook endpoint.
To trigger events this MUST be added to Current_web.routes. This webhook handles the events:
See webhook events for a full list of possible events.
module Repo_id : sig ... endIdentifier for a Project's repository hosted on GitLab.
module Api : sig ... endAccess to the GitLab API.
module Auth : sig ... endUse GitLab to authenticate users.