Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    gitlab-haskell GitLab.API.Notes

    Deletes an existing note of an issue.

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

    gitlab-haskell GitLab.API.Notes

    Deletes an existing note of an merge request.

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

    gitlab-haskell GitLab.API.Notes

    Deletes an existing note of an snippet.

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

    gitlab-haskell GitLab.API.Notes

    Returns a single note for a specific project issue.

  5. 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.

  6. 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.

  7. 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.

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

    gitlab-haskell GitLab.API.Notes

    Modify existing note of an issue.

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

    gitlab-haskell GitLab.API.Notes

    Modify existing note of an merge request.

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

    gitlab-haskell GitLab.API.Notes

    Modify existing note of an snippet.

Page 167 of many | Previous | Next