com.moesif.api.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moesifapi Show documentation
Show all versions of moesifapi Show documentation
Java API Library for Moesif
/*
* MoesifAPILib
*
*
*/
package com.moesif.api;
public class Configuration {
//The base Uri for API calls
public static String BaseUri = "https://api.moesif.net";
//This token authenticates your API Calls
public static String ApplicationId = "SET_ME";
public static final String DateTimeFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS";
}