package eu.europeana.cloud.client.uis.rest.web; /** * URL provider for UIS client * * @author Yorgos.Mamakis@ kb.nl * @since Dec 17, 2013 */ public interface UrlProvider { String getBaseUrl() ; }