René's URL Explorer Experiment


Title: Add GitHub App webhook delivery support by Copilot · Pull Request #3 · Haarolean/github-api · GitHub

Open Graph Title: Add GitHub App webhook delivery support by Copilot · Pull Request #3 · Haarolean/github-api

X Title: Add GitHub App webhook delivery support by Copilot · Pull Request #3 · Haarolean/github-api

Description: Description Implements GitHub App webhook delivery APIs per hub4j/github-api#1404. New classes: GHAppHookDelivery - Webhook delivery with redeliver() method GHAppHookDeliveryRequest - Request headers and payload GHAppHookDeliveryResponse - Response headers and payload New methods on GHApp: listDeliveries() - List deliveries for an app webhook getDelivery(long) - Get a delivery for an app webhook Usage: GHApp app = github.getApp(); // List all deliveries for (GHAppHookDelivery delivery : app.listDeliveries()) { System.out.println(delivery.getEvent() + " - " + delivery.getStatus()); } // Get specific delivery with full request/response details GHAppHookDelivery delivery = app.getDelivery(12345678); System.out.println(delivery.getRequest().getPayload()); // Redeliver delivery.redeliver(); Before submitting a PR: Changes must not break binary backwards compatibility. If you are unclear on how to make the change you think is needed while maintaining backward compatibility, CONTRIBUTING.md for details. Add JavaDocs and other comments explaining the behavior. When adding or updating methods that fetch entities, add @link JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest . Add tests that cover any added or changed code. This generally requires capturing snapshot test data. See CONTRIBUTING.md for details. Run mvn -D enable-ci clean install site "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED" locally. If this command doesn't succeed, your change will not pass CI. Push your changes to a branch other than main. You will create your PR from that branch. When creating a PR: Fill in the "Description" above with clear summary of the changes. This includes: If this PR fixes one or more issues, include "Fixes #" lines for each issue. Provide links to relevant documentation on https://docs.github.com/en/rest where possible. If not including links, explain why not. All lines of new code should be covered by tests as reported by code coverage. Any lines that are not covered must have PR comments explaining why they cannot be covered. For example, "Reaching this particular exception is hard and is not a particular common scenario." Enable "Allow edits from maintainers". Warning Firewall rules blocked me from connecting to one or more addresses (expand for details) I tried to connect to the following addresses, but was blocked by firewall rules: jitpack.io Triggering command: /usr/bin/curl curl -s REDACTED (dns block) repo.jenkins-ci.org Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/github-api/github-api org.codehaus.plexus.classworlds.launcher.Launcher compile -q -DskipTests (dns block) Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/github-api/github-api org.codehaus.plexus.classworlds.launcher.Launcher dependency:resolve -DexcludeGroupIds=com.infradna.tool (dns block) Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/github-api/github-api org.codehaus.plexus.classworlds.launcher.Launcher compile -q -DskipTests -Prepo.jenkins-ci.org=REDACTED (dns block) repository.sonatype.org Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/github-api/github-api org.codehaus.plexus.classworlds.launcher.Launcher compile -q -DskipTests (dns block) If you need me to access, download, or install something from one of these locations, you can either: Configure Actions setup steps to set up my environment, which run before the firewall is enabled Add the appropriate URLs or hosts to the custom allowlist in this repository's Copilot coding agent settings (admins only) Original prompt implement this: hub4j#1404 ✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Open Graph Description: Description Implements GitHub App webhook delivery APIs per hub4j/github-api#1404. New classes: GHAppHookDelivery - Webhook delivery with redeliver() method GHAppHookDeliveryRequest - Request head...

X Description: Description Implements GitHub App webhook delivery APIs per hub4j/github-api#1404. New classes: GHAppHookDelivery - Webhook delivery with redeliver() method GHAppHookDeliveryRequest - Request head...

Opengraph URL: https://github.com/Haarolean/github-api/pull/3

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:0a8b3dbf-d4ee-f1fa-b1b7-89e99005f492
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD662:67AE3:23ACC9:2C84E5:697F55E8
html-safe-noncea9e766f40d4dbe960c413d54185ae0c3850a4ac31ed4cbc75d53e333fc21cd99
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENjYyOjY3QUUzOjIzQUNDOToyQzg0RTU6Njk3RjU1RTgiLCJ2aXNpdG9yX2lkIjoiMTI4MDQ4OTk4OTM0NzQzMTkxMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8f0450d344858889b76539cfee54ac0e2cf61b63cc446584256086c409c50819
hovercard-subject-tagpull_request:3094693478
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Haarolean/github-api/pull/3/checks
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altDescription Implements GitHub App webhook delivery APIs per hub4j/github-api#1404. New classes: GHAppHookDelivery - Webhook delivery with redeliver() method GHAppHookDeliveryRequest - Request head...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/Haarolean/github-api git https://github.com/Haarolean/github-api.git
octolytics-dimension-user_id1494347
octolytics-dimension-user_loginHaarolean
octolytics-dimension-repository_id633253194
octolytics-dimension-repository_nwoHaarolean/github-api
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id617210
octolytics-dimension-repository_parent_nwohub4j/github-api
octolytics-dimension-repository_network_root_id617210
octolytics-dimension-repository_network_root_nwohub4j/github-api
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FHaarolean%2Fgithub-api%2Fpull%2F3%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FHaarolean%2Fgithub-api%2Fpull%2F3%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=Haarolean%2Fgithub-api
Reloadhttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
Reloadhttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
Reloadhttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
Haarolean https://patch-diff.githubusercontent.com/Haarolean
github-apihttps://patch-diff.githubusercontent.com/Haarolean/github-api
hub4j/github-apihttps://patch-diff.githubusercontent.com/hub4j/github-api
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FHaarolean%2Fgithub-api
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FHaarolean%2Fgithub-api
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FHaarolean%2Fgithub-api
Code https://patch-diff.githubusercontent.com/Haarolean/github-api
Pull requests 2 https://patch-diff.githubusercontent.com/Haarolean/github-api/pulls
Actions https://patch-diff.githubusercontent.com/Haarolean/github-api/actions
Projects 0 https://patch-diff.githubusercontent.com/Haarolean/github-api/projects
Security 0 https://patch-diff.githubusercontent.com/Haarolean/github-api/security
Insights https://patch-diff.githubusercontent.com/Haarolean/github-api/pulse
Code https://patch-diff.githubusercontent.com/Haarolean/github-api
Pull requests https://patch-diff.githubusercontent.com/Haarolean/github-api/pulls
Actions https://patch-diff.githubusercontent.com/Haarolean/github-api/actions
Projects https://patch-diff.githubusercontent.com/Haarolean/github-api/projects
Security https://patch-diff.githubusercontent.com/Haarolean/github-api/security
Insights https://patch-diff.githubusercontent.com/Haarolean/github-api/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FHaarolean%2Fgithub-api%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FHaarolean%2Fgithub-api%2Fissues%2Fnew%2Fchoose
Copilothttps://patch-diff.githubusercontent.com/apps/copilot-swe-agent
mainhttps://patch-diff.githubusercontent.com/Haarolean/github-api/tree/main
copilot/add-cursor-based-paginationhttps://patch-diff.githubusercontent.com/Haarolean/github-api/tree/copilot/add-cursor-based-pagination
Conversation 0 https://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3
Commits 3 https://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/commits
Checks 0 https://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
Files changed https://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
Add GitHub App webhook delivery support https://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/Haarolean/github-api/pull/3/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.