Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
hub4j
/
github-api
Public
Notifications
You must be signed in to change notification settings
Fork
777
Star
1.3k
Code
Issues
158
Pull requests
45
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
github-api
src
on
github-api-1.75
User selector
All users
All time
Commit history
Commits on Mar 19, 2016
Not important
kohsuke
committed
557ae41
View commit details
Copy full SHA for 557ae41
View code at this point
Browse repository at this point
Signature fix for Java5
kohsuke
committed
a31395e
View commit details
Copy full SHA for a31395e
View code at this point
Browse repository at this point
Excluding a flaky test
kohsuke
committed
397886d
View commit details
Copy full SHA for 397886d
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
Java 5 doesn't have TimeUnit.HOURS
Show description for 0cd5147
Shredder121
committed
0cd5147
View commit details
Copy full SHA for 0cd5147
View code at this point
Browse repository at this point
Java 5 doesn't have new String(byte[], Charset)
Show description for 36d5b09
Shredder121
committed
36d5b09
View commit details
Copy full SHA for 36d5b09
View code at this point
Browse repository at this point
Convert to legacy Throwable.initCause()
Shredder121
committed
f9014db
View commit details
Copy full SHA for f9014db
View code at this point
Browse repository at this point
Java 5 doesn't have Arrays.copyOf()
Show description for 755d5f7
Shredder121
committed
755d5f7
View commit details
Copy full SHA for 755d5f7
View code at this point
Browse repository at this point
Not all caller wants GET
kohsuke
committed
14dcb37
View commit details
Copy full SHA for 14dcb37
View code at this point
Browse repository at this point
Doc improvement
kohsuke
committed
c1c2a27
View commit details
Copy full SHA for c1c2a27
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:kohsuke/github-api
kohsuke
committed
5ab9657
View commit details
Copy full SHA for 5ab9657
View code at this point
Browse repository at this point
No need to require 1.6
kohsuke
committed
7a78f9f
View commit details
Copy full SHA for 7a78f9f
View code at this point
Browse repository at this point
Merge pull request #251
Show description for ac8c65f
kohsuke
committed
ac8c65f
View commit details
Copy full SHA for ac8c65f
View code at this point
Browse repository at this point
This isn't just about API URL but it also checks the valid credential
kohsuke
committed
1954a9f
View commit details
Copy full SHA for 1954a9f
View code at this point
Browse repository at this point
Don't lose the original problem
kohsuke
committed
3b764f9
View commit details
Copy full SHA for 3b764f9
View code at this point
Browse repository at this point
Checking another header
Show description for 10f55cc
kohsuke
committed
10f55cc
View commit details
Copy full SHA for 10f55cc
View code at this point
Browse repository at this point
Documenting what one gets
kohsuke
committed
cd8d955
View commit details
Copy full SHA for cd8d955
View code at this point
Browse repository at this point
Merge pull request #253 from cyrille-leclerc/fix-infinite-loop
Show description for bba07c9
kohsuke
committed
bba07c9
View commit details
Copy full SHA for bba07c9
View code at this point
Browse repository at this point
Logger should be static
kohsuke
committed
dba84a3
View commit details
Copy full SHA for dba84a3
View code at this point
Browse repository at this point
No such parameter exists on this method
kohsuke
committed
ae49166
View commit details
Copy full SHA for ae49166
View code at this point
Browse repository at this point
Logger should be static
kohsuke
committed
e09185f
View commit details
Copy full SHA for e09185f
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
Fix broken log message in GitHub.java and cleanup code as recommended by @jglick
cyrille-leclerc
committed
56379bb
View commit details
Copy full SHA for 56379bb
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Better error message: introduce HttpException, subclass of IOException with url, http responseCode and http responseMessage to help exception handling.
cyrille-leclerc
committed
027e4b4
View commit details
Copy full SHA for 027e4b4
View code at this point
Browse repository at this point
Fix #252: infinite loop because the "hypertext engine" may duplicate '?' generating invalid "https://api.github.com/notifications?all=true&page=2?all=true" instead of "https://api.github.com/notifi…
Show description for ba951cb
cyrille-leclerc
committed
ba951cb
View commit details
Copy full SHA for ba951cb
View code at this point
Browse repository at this point
Commits on Mar 5, 2016
Improve checkApiUrlValidity() method to support the private mode in GitHub Enterprise servers
recena
committed
ae85cf4
View commit details
Copy full SHA for ae85cf4
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Fixing issue raised in https://github.com/kohsuke/github-api/pull/247
Show description for dbc79f8
kohsuke
committed
dbc79f8
View commit details
Copy full SHA for dbc79f8
View code at this point
Browse repository at this point
Commits on Mar 1, 2016
change in the markup generated
kohsuke
committed
751043b
View commit details
Copy full SHA for 751043b
View code at this point
Browse repository at this point
Handle "all" webhook correctly
Show description for 14f7198
kohsuke
committed
14f7198
View commit details
Copy full SHA for 14f7198
View code at this point
Browse repository at this point
Merge pull request #249 from zapelin/master
Show description for 94af819
kohsuke
committed
94af819
View commit details
Copy full SHA for 94af819
View code at this point
Browse repository at this point
Merge pull request #248 from daniel-beck/populate-commit
Show description for dbcc9af
kohsuke
committed
dbcc9af
View commit details
Copy full SHA for dbcc9af
View code at this point
Browse repository at this point
Merge pull request #245 from daniel-beck/email-hook-error
Show description for 8556033
kohsuke
committed
8556033
View commit details
Copy full SHA for 8556033
View code at this point
Browse repository at this point
Merge pull request #244 from benbek/patch-1
Show description for 650493f
kohsuke
committed
650493f
View commit details
Copy full SHA for 650493f
View code at this point
Browse repository at this point
Use builder pattern to support all the other options
kohsuke
committed
d80ad77
View commit details
Copy full SHA for d80ad77
View code at this point
Browse repository at this point
Commits on Feb 25, 2016
Added getHtmlUrl() to GHCommit
agubanov
committed
f4b129b
View commit details
Copy full SHA for f4b129b
View code at this point
Browse repository at this point
Commits on Feb 21, 2016
Populate commit with data for getCommitShortInfo
daniel-beck
committed
c0a05e0
View commit details
Copy full SHA for c0a05e0
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
Fix error when creating email service hook
daniel-beck
committed
33d95d3
View commit details
Copy full SHA for 33d95d3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.