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
main
java
org
on
github-api-1.76
User selector
All users
All time
Commit history
Commits on Jun 3, 2016
Shut up FindBugs!
kohsuke
committed
16dbcde
View commit details
Copy full SHA for 16dbcde
View code at this point
Browse repository at this point
Shut up FindBugs
kohsuke
committed
50cbf25
View commit details
Copy full SHA for 50cbf25
View code at this point
Browse repository at this point
Bug fix in toString()
kohsuke
committed
1ce54a7
View commit details
Copy full SHA for 1ce54a7
View code at this point
Browse repository at this point
Issue #264: wait for the repo to finish forking
kohsuke
committed
1bfe7dd
View commit details
Copy full SHA for 1bfe7dd
View code at this point
Browse repository at this point
Issue 262: added support for branch protection API
kohsuke
committed
27e855d
View commit details
Copy full SHA for 27e855d
View code at this point
Browse repository at this point
In JDK I'm using (Java8), I get a delegating HttpURLConnection that breaks the hack to set the method.
Show description for 3d1bed0
kohsuke
committed
3d1bed0
View commit details
Copy full SHA for 3d1bed0
View code at this point
Browse repository at this point
Added a fluent version
kohsuke
committed
5c9ea9b
View commit details
Copy full SHA for 5c9ea9b
View code at this point
Browse repository at this point
Doc improvement
kohsuke
committed
7c034f5
View commit details
Copy full SHA for 7c034f5
View code at this point
Browse repository at this point
Formatting changes
kohsuke
committed
3b9f5a4
View commit details
Copy full SHA for 3b9f5a4
View code at this point
Browse repository at this point
More meaningful toString() method
Show description for cde501a
kohsuke
committed
cde501a
View commit details
Copy full SHA for cde501a
View code at this point
Browse repository at this point
Following the convention with GHMyself.getEmails2()
Show description for 3c5592c
kohsuke
committed
3c5592c
View commit details
Copy full SHA for 3c5592c
View code at this point
Browse repository at this point
Merge pull request #272 from noctarius/master
Show description for 2508e02
kohsuke
committed
2508e02
View commit details
Copy full SHA for 2508e02
View code at this point
Browse repository at this point
Merge pull request #281 from apemberton/master
Show description for 204e639
kohsuke
committed
204e639
View commit details
Copy full SHA for 204e639
View code at this point
Browse repository at this point
Merge pull request #278 from jglick/javadoc
Show description for 3d301ec
kohsuke
committed
3d301ec
View commit details
Copy full SHA for 3d301ec
View code at this point
Browse repository at this point
Merge pull request #277 from rhels/patch-1
Show description for 9ab6d57
kohsuke
committed
9ab6d57
View commit details
Copy full SHA for 9ab6d57
View code at this point
Browse repository at this point
Commits on May 14, 2016
Add Slug to GHTeam per v3 API: https://developer.github.com/v3/orgs/teams/
apemberton
committed
d530b34
View commit details
Copy full SHA for d530b34
View code at this point
Browse repository at this point
Commits on May 3, 2016
Fixed broken link.
jglick
committed
35dec7a
View commit details
Copy full SHA for 35dec7a
View code at this point
Browse repository at this point
Commits on Apr 30, 2016
Updated Date was wrong
Konda Reddy
committed
baedad8
View commit details
Copy full SHA for baedad8
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
Add support to delete a team
Show description for 007378c
thug-gamer
committed
007378c
View commit details
Copy full SHA for 007378c
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Added support for the extended stargazers API in Github V3 API
noctarius
committed
beae9fd
View commit details
Copy full SHA for beae9fd
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
[#269] Add reopen method on GHMilestone
szpak
committed
ce14046
View commit details
Copy full SHA for ce14046
View code at this point
Browse repository at this point
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
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
Previous
Next
You can’t perform that action at this time.