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.Groups

Description

 
Synopsis

Documentation

groupsWithNameOrPath Source #

Arguments

:: Text

group name being searched for.

-> GitLab (Either (Response ByteString) [Group]) 

gets groups with the given group name, path or full path.

projectsWithNameOrPath "group1"

groupProjects Source #

Arguments

:: Group

group

-> GitLab (Either (Response ByteString) [Project]) 

Get a list of projects in this group

groupProjects' Source #

Arguments

:: Int

group ID

-> GitLab (Either (Response ByteString) [Project]) 

Get a list of projects in this group