public class ExtendedGitHubClient
extends org.eclipse.egit.github.core.client.GitHubClient
| Constructor and Description |
|---|
ExtendedGitHubClient() |
ExtendedGitHubClient(String hostname) |
ExtendedGitHubClient(String hostname,
int port,
String scheme) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
delete(String uri,
Type type,
String accept) |
org.eclipse.egit.github.core.client.GitHubResponse |
getUnchecked(org.eclipse.egit.github.core.client.GitHubRequest request) |
<V> V |
patch(String uri,
Object params,
Type type) |
<V> V |
patch(String uri,
Object params,
Type type,
String accept) |
<V> V |
post(String uri,
Object params,
Type type,
String accept) |
<V> V |
put(String uri,
Object params,
Type type,
String accept) |
configureRequest, configureUri, createClient, createConnection, createConnection, createDelete, createException, createGet, createPost, createPut, createUri, delete, delete, get, getBody, getHeaderAccept, getRemainingRequests, getRequestLimit, getResponseStream, getStream, getStream, getUser, isEmpty, isError, isOk, parseError, parseJson, parseJson, post, post, postStream, put, put, sendParams, setBufferSize, setCredentials, setHeaderAccept, setOAuth2Token, setSerializeNulls, setUserAgent, toJson, updateRateLimitspublic ExtendedGitHubClient()
public ExtendedGitHubClient(String hostname)
public <V> V post(String uri, Object params, Type type, String accept) throws IOException
IOExceptionpublic <V> V put(String uri, Object params, Type type, String accept) throws IOException
IOExceptionpublic org.eclipse.egit.github.core.client.GitHubResponse getUnchecked(org.eclipse.egit.github.core.client.GitHubRequest request)
public <V> V delete(String uri, Type type, String accept) throws IOException
IOExceptionCopyright © 2016–2021. All rights reserved.