![JAR search and dependency download from the Maven repository](/logo.png)
org.qas.api.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtest-sdk-java Show documentation
Show all versions of qtest-sdk-java Show documentation
A java SDK client wrap qTest REST API
The newest version!
package org.qas.api;
/**
* @author trongle
* @version $Id 6/28/2017 4:48 PM
*/
public class Constants {
private Constants() {
}
public interface Header {
String X_ACTION = "x-qtest-action";
String X_API_VERSION = "x-qtest-api-version";
String X_NONCE = "x-qtest-nonce";
String X_SERVICE_NAME = "x-qtest-service-name";
}
public interface ContentType {
String JSON = "application/json;charset=UTF-8";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy