Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. queryGitHubPage :: (MonadGitHubREST m, FromJSON a) => GHEndpoint -> m (a, PageLinks)

    github-rest GitHub.REST.Monad

    Query GitHub, returning (payload, links) if successful, where payload is the response that GitHub sent back and links containing any pagination links GitHub may have sent back. If the response could not be decoded as JSON, returns Left (error message, response from server). Errors on network connection failures, if GitHub sent back an error message, or if the response could not be decoded as JSON. Use githubTry if you wish to handle GitHub errors.

  2. queryGitHubPageIO :: FromJSON a => GitHubManager -> GHEndpoint -> IO (a, PageLinks)

    github-rest GitHub.REST.Monad

    Same as queryGitHubPage, except explicitly taking in GitHubManager and running in IO. Useful for implementing MonadGitHubREST outside of GitHubT.

  3. queryGitHubPage :: (MonadGitHubREST m, FromJSON a) => GHEndpoint -> m (a, PageLinks)

    github-rest GitHub.REST.Monad.Class

    Query GitHub, returning (payload, links) if successful, where payload is the response that GitHub sent back and links containing any pagination links GitHub may have sent back. If the response could not be decoded as JSON, returns Left (error message, response from server). Errors on network connection failures, if GitHub sent back an error message, or if the response could not be decoded as JSON. Use githubTry if you wish to handle GitHub errors.

  4. parsePageLinks :: Text -> PageLinks

    github-rest GitHub.REST.PageLinks

    No documentation available.

  5. evGollumPages :: GollumEvent -> !Vector HookWikiPage

    github-webhooks GitHub.Data.Webhooks.Events

    No documentation available.

  6. evPageBuildId :: PageBuildEvent -> !Int

    github-webhooks GitHub.Data.Webhooks.Events

    No documentation available.

  7. evPageBuildRepo :: PageBuildEvent -> !HookRepository

    github-webhooks GitHub.Data.Webhooks.Events

    No documentation available.

  8. evPageBuildResult :: PageBuildEvent -> !HookPageBuildResult

    github-webhooks GitHub.Data.Webhooks.Events

    No documentation available.

  9. evPageBuildSender :: PageBuildEvent -> !HookUser

    github-webhooks GitHub.Data.Webhooks.Events

    No documentation available.

  10. data HookPageBuildResult

    github-webhooks GitHub.Data.Webhooks.Payload

    Represents the "build" field in the PageBuildEvent payload.

Page 361 of many | Previous | Next