ResponseCollection<ProjectResponse> getLatest() throws IOException, InterruptedException {
return getLatest(0);
}
public ResponseCollection<ProjectResponse> getLatest(int page) throws IOException, InterruptedException {
URI uri = URI.create("https://www.artstation.com/projects.json?sorting=latest&page="+page);
Type responseType = new TypeToken<ResponseCollection<ProjectResponse>>() {
}.getType();
return query(uri, responseType);
}
как же ужасно выглядит код в телеге
Обсуждают сегодня