Loading src/main/java/fr/unicaen/pdncertic/zotero/ZoteroClient.java +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ public class ZoteroClient { if (library.getApiKey() != null) getRequest = getRequest.header("Authorization", "Bearer " + library.getApiKey()); HttpResponse<JsonNode> response = getRequest.asJson(); System.err.println(response.getBody().toString()); if (response.getStatus() == 200) { JSONArray jsonResponseArray = response.getBody().getArray(); for (int i = 0; i < jsonResponseArray.length(); i++) { Loading Loading
src/main/java/fr/unicaen/pdncertic/zotero/ZoteroClient.java +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ public class ZoteroClient { if (library.getApiKey() != null) getRequest = getRequest.header("Authorization", "Bearer " + library.getApiKey()); HttpResponse<JsonNode> response = getRequest.asJson(); System.err.println(response.getBody().toString()); if (response.getStatus() == 200) { JSONArray jsonResponseArray = response.getBody().getArray(); for (int i = 0; i < jsonResponseArray.length(); i++) { Loading