gitlab-haskell-0.3.2.0: A Haskell library for the GitLab web API
Copyright(c) Jihyun Yu 2021
LicenseBSD3
Maintaineryjh0502@gmail.com
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

GitLab.API.Tags

Description

 
Synopsis

Documentation

tags Source #

Arguments

:: Project

project

-> GitLab [Tag] 

returns all commits with tags.

tags' Source #

Arguments

:: Int

project ID

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

returns all commits with tags from a project given its project ID.