package current_gitlab

  1. Overview
  2. Docs

Module Current_gitlabSource

Integration with GitLab Webhooks.

Sourceval webhook : webhook_secret:string -> Current_web.Resource.t

GitLab webhook endpoint.

To trigger events this MUST be added to Current_web.routes. This webhook handles the events:

  • Merge request
  • Push

See webhook events for a full list of possible events.

Sourcemodule Repo_id : sig ... end

Identifier for a Project's repository hosted on GitLab.

Sourcemodule Api : sig ... end

Access to the GitLab API.

Sourcemodule Auth : sig ... end

Use GitLab to authenticate users.