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