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

org.zanata.rest.RestConstant Maven / Gradle / Ivy

There is a newer version: 4.6.2
Show newest version
package org.zanata.rest;

public class RestConstant {
    public final static String HEADER_VERSION_NO = "X-Version-No";
    public final static String HEADER_USERNAME = "X-Auth-User";
    public final static String HEADER_API_KEY = "X-Auth-Token";

    public static final String SNAPSHOT_VERSION = "SNAPSHOT";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy