gitlab-haskell-0.1.4: 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 :: MonadIO m => Project -> GitLab m [Branch] Source #

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

branches' :: MonadIO m => Int -> GitLab m [Branch] Source #

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