Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
parsePageLinks :: Text -> PageLinksgithub-rest GitHub.REST.PageLinks No documentation available.
evGollumPages :: GollumEvent -> !Vector HookWikiPagegithub-webhooks GitHub.Data.Webhooks.Events No documentation available.
evPageBuildId :: PageBuildEvent -> !Intgithub-webhooks GitHub.Data.Webhooks.Events No documentation available.
evPageBuildRepo :: PageBuildEvent -> !HookRepositorygithub-webhooks GitHub.Data.Webhooks.Events No documentation available.
evPageBuildResult :: PageBuildEvent -> !HookPageBuildResultgithub-webhooks GitHub.Data.Webhooks.Events No documentation available.
evPageBuildSender :: PageBuildEvent -> !HookUsergithub-webhooks GitHub.Data.Webhooks.Events No documentation available.
-
github-webhooks GitHub.Data.Webhooks.Payload Represents the "build" field in the PageBuildEvent payload.
-
github-webhooks GitHub.Data.Webhooks.Payload No documentation available.
-
github-webhooks GitHub.Data.Webhooks.Payload Represents the "pages" field in the GollumEvent payload.