public class GitHubFetcher
extends java.lang.Object
| Constructor and Description |
|---|
GitHubFetcher(java.lang.String nextPageUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextPage() |
GitHubFetcher |
init() |
java.util.List<org.json.simple.JSONObject> |
nextPage() |
public GitHubFetcher init() throws java.io.IOException
java.io.IOExceptionpublic boolean hasNextPage()
public java.util.List<org.json.simple.JSONObject> nextPage()
throws java.io.IOException
java.io.IOException