[ENRICHMENT][BETA] Use of community API in enrichment process AND addition to tagging result for communities through projects #359
|
@ -15,8 +15,6 @@ import org.jetbrains.annotations.NotNull;
|
|||
*/
|
||||
public class QueryCommunityAPI {
|
||||
|
||||
|
||||
|
||||
private static String get(String geturl) throws IOException {
|
||||
URL url = new URL(geturl);
|
||||
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
|
||||
|
@ -48,7 +46,6 @@ public class QueryCommunityAPI {
|
|||
|
||||
return get(baseURL + id + "/contentproviders");
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static String communityPropagationOrganization(String id, String baseURL) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue