Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. repoDeployKeyReadOnly :: RepoDeployKey -> !Bool

    github GitHub.Data.DeployKeys

    No documentation available.

  2. publicSSHKeyReadOnly :: PublicSSHKey -> !Bool

    github GitHub.Data.PublicSSHKeys

    No documentation available.

  3. CollaboratorPermissionRead :: CollaboratorPermission

    github GitHub.Data.Repos

    No documentation available.

  4. markAllNotificationsAsReadR :: GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub.Endpoints.Activity.Notifications

    Mark as read. See https://developer.github.com/v3/activity/notifications/#mark-as-read

  5. markNotificationAsReadR :: Id Notification -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub.Endpoints.Activity.Notifications

    Mark a thread as read. See https://developer.github.com/v3/activity/notifications/#mark-a-thread-as-read

  6. addNoteToCommitThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  7. addNoteToIssueThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread. This can also create a thread from a single comment. Notes can be added to other items than comments, such as system notes, making them threads.

  8. addNoteToMergeRequestThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread. This can also create a thread from a single comment.

  9. addNoteToSnippetThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  10. createCommitThread :: Project -> Int -> Text -> Text -> Text -> Text -> PositionReference -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Creates a new thread to a single project commit. This is similar to creating a note but other comments (replies) can be added to it later.

Page 761 of many | Previous | Next