mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
committed by
Liam Newman
parent
78abb2edcb
commit
b20c2babec
@@ -745,6 +745,10 @@ public class GitHub {
|
||||
return user;
|
||||
}
|
||||
|
||||
public GHProject getProject(long id) throws IOException {
|
||||
return retrieve().withPreview(INERTIA).to("/projects/"+id,GHProject.class).wrap(this);
|
||||
}
|
||||
|
||||
private static class GHApiInfo {
|
||||
private String rate_limit_url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user