| Package | Description |
|---|---|
| codacy.api | |
| codacy.api.services |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CodacyClient.genericRequest(String requestType,
String endpoint,
Class<T> responseType,
HashMap<String,String> parameters) |
<T> T |
CodacyClient.getRequest(String endpoint,
Class<T> responseType) |
<T> T |
CodacyClient.getRequest(String endpoint,
Class<T> responseType,
HashMap<String,String> parameters) |
<T> T |
CodacyClient.postRequest(String endpoint,
Class<T> responseType) |
<T> T |
CodacyClient.postRequest(String endpoint,
Class<T> responseType,
HashMap<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectService.checkForUpdates(String username,
String projectName) |
CommitOverview |
CommitService.getCommit(String username,
String projectName,
String commitUUID) |
CommitDelta |
CommitService.getCommitDelta(String username,
String projectName,
String commitUUID) |
Copyright © 2015. All rights reserved.