All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.versionone.apiclient.interfaces.IUrls Maven / Gradle / Ivy

package com.versionone.apiclient.interfaces;

/**
 * @deprecated This interface has been deprecated. Please use V1Connector instead. 
 */
@Deprecated
public interface IUrls {
    String getV1Url();
    String getMetaUrl();
    String getDataUrl();
    String getProxyUrl();
    String getConfigUrl();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy