MCPcopy Create free account
hub / github.com/RipMeApp/ripme / getJSONArray

Method getJSONArray

src/main/java/com/rarchives/ripme/utils/Http.java:193–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 public JSONArray getJSONArray() throws IOException {
194 ignoreContentType();
195 String jsonArray = response().body();
196 return new JSONArray(jsonArray);
197 }
198
199 public Response response() throws IOException {
200 Response response;

Callers 15

ripSingleImageMethod · 0.80
getImgurAlbumMethod · 0.80
ripUserAccountMethod · 0.80
ripUserImagesMethod · 0.80
getURLsFromPageMethod · 0.80
getURLsFromPageMethod · 0.80
getFirstPageMethod · 0.80
getNextPageMethod · 0.80
getURLsFromJSONMethod · 0.80
handleJSONMethod · 0.80
getURLsFromJSONMethod · 0.80
pullAttachmentUrlsMethod · 0.80

Calls 2

ignoreContentTypeMethod · 0.95
responseMethod · 0.95

Tested by

no test coverage detected