BSD-3-Clause licensed by Rob Stewart
Maintained by [email protected]
This version can be pinned in stack with:gitlab-haskell-0.1.4@sha256:2293073d9f53763d0df1cde0e8822a99021734ef28898bb90a79413c982d7329,1911

A Haskell library for the GitLab web API

This library interacts with a GitLab server’s API. It supports queries about and updates to:

  • Branches
  • Commits
  • Groups
  • Issues
  • Jobs
  • Members
  • Merge requests
  • Pipelines
  • Projects
  • Repositories
  • Repository files
  • Users

The library parses JSON results into Haskell data types in the GitLab.Types module.

Applications using this library

  • gitlab-tools: a command line tool for bulk transactions against a GitLab server. link