package eu.dnetlib.scholix.api; public class ScholixAPIConstants { public static final String API_V1_NAME = "Scholexplorer API V1.0"; public static final String API_V2_NAME = "Scholexplorer API V2.0"; public static String API_DESCRIPTION ="

\"ScholeXplorer\"

" + "The Scholix Swagger API allows clients to run REST queries over the Scholexplorer index in order to fetch links matching given criteria. In the current version, clients can search for:" + ""; public static String SCHOLIX_MANAGER_COUNTER_NAME= "scholixLinkCounter"; public static final String SCHOLIX_MANAGER_TAG_NAME = "links"; public static String SCHOLIX_COUNTER_PREFIX = "scholix"; }