io.github.EdgeMetric.mammoth.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mammoth-java-sdk Show documentation
Show all versions of mammoth-java-sdk Show documentation
SDK for integrating with Mammoth App
package io.github.EdgeMetric.mammoth;
/**
* All constants.
* @author Mammoth Analytics
*/
public class Constants {
/**
* Mammoth API URI.
* Gets MAMMOTH_API_URI from environment.
*/
public static final String MAMMOTH_API_URI = System.getenv("MAMMOTH_API_URI");
public static final String contentType = "Content-type";
public static final String appJson = "application/json";
public static final String xAPIKey = "x-api-key";
public static final String xAccountID = "x-account-id";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy