GitLab.API.Branches
Description
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.