- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getJsonResponse (0.32 sec)
-
src/test/java/org/codelibs/fess/it/CrawlTestBase.java
return jsonPath.getString("response.id"); } protected static List<String> getWebConfigIds(final String namePrefix) { final String response = getJsonResponse("/api/admin/webconfig/settings"); final List<String> idList = JsonPath.from(response).getList(getResponsePath(namePrefix) + ".id"); return idList; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0)