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

com.moesif.api.Configuration Maven / Gradle / Ivy

There is a newer version: 1.8.2
Show newest version
/*
 * 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";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy