gitlab-haskell-0.3.2.0: A Haskell library for the GitLab web API
Copyright(c) Rob Stewart Heriot-Watt University 2019
LicenseBSD3
Maintainerrobstewart57@gmail.com
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

GitLab.API.Branches

Description

 
Synopsis

Documentation

branches :: Project -> GitLab [Branch] Source #

Get a list of repository branches from a project, sorted by name alphabetically.

branches' :: Int -> GitLab (Either (Response ByteString) [Branch]) Source #

Get a list of repository branches from a project given its project ID, sorted by name alphabetically.