public class GitHubAllContributorsJson
extends java.lang.Object
| Constructor and Description |
|---|
GitHubAllContributorsJson() |
| Modifier and Type | Method and Description |
|---|---|
static ProjectContributor |
toContributor(org.json.simple.JsonObject contributor,
org.json.simple.JsonObject user)
Parses GitHub JsonObject in accordance to the API
|
public static ProjectContributor toContributor(org.json.simple.JsonObject contributor, org.json.simple.JsonObject user)
contributor - Represent project contribution: https://developer.github.com/v3/repos/#list-contributors anduser - Represent user: https://developer.github.com/v3/users/#get-a-single-user