Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. modifyThreadNoteIssue :: Project -> Int -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Modify existing thread note of an issue.

  2. deleteIssueNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Notes

    Deletes an existing note of an issue.

  3. deleteMergeRequestNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Notes

    Deletes an existing note of an merge request.

  4. deleteSnippetNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Notes

    Deletes an existing note of an snippet.

  5. issueNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe Note))

    gitlab-haskell GitLab.API.Notes

    Returns a single note for a specific project issue.

  6. issueNotes :: Project -> Int -> Maybe SortBy -> Maybe OrderBy -> GitLab (Either (Response ByteString) [Note])

    gitlab-haskell GitLab.API.Notes

    Gets a list of all notes for a single issue.

  7. mergeRequestNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe Note))

    gitlab-haskell GitLab.API.Notes

    Returns a single note for a specific project merge request.

  8. mergeRequestNotes :: Project -> Int -> Maybe SortBy -> Maybe OrderBy -> GitLab (Either (Response ByteString) [Note])

    gitlab-haskell GitLab.API.Notes

    Gets a list of all notes for a single merge request.

  9. modifyIssueNote :: Project -> Int -> Int -> Maybe Text -> GitLab (Either (Response ByteString) (Maybe Note))

    gitlab-haskell GitLab.API.Notes

    Modify existing note of an issue.

  10. modifyMergeRequestNote :: Project -> Int -> Int -> Maybe Text -> GitLab (Either (Response ByteString) (Maybe Note))

    gitlab-haskell GitLab.API.Notes

    Modify existing note of an merge request.

Page 139 of many | Previous | Next