| Copyright | (c) Rob Stewart Heriot-Watt University 2021 |
|---|---|
| License | BSD3 |
| Maintainer | robstewart57@gmail.com |
| Stability | stable |
| Safe Haskell | None |
| Language | Haskell2010 |
GitLab.API.Discussions
Description
Synopsis
- commitDiscussions :: Project -> Text -> GitLab (Either (Response ByteString) [Discussion])
- commitDiscussions' :: Int -> Text -> GitLab (Either (Response ByteString) [Discussion])
Documentation
Arguments
| :: Project | the project |
| -> Text | commit hash |
| -> GitLab (Either (Response ByteString) [Discussion]) |
gets all discussion for a commit for a project.
Arguments
| :: Int | the project ID |
| -> Text | commit hash |
| -> GitLab (Either (Response ByteString) [Discussion]) |
gets all discussion for a commit for a project given its project ID.