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

infobip.examples.Example Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
package infobip.examples;

/**
 * Created by milosmilakovic on 9/23/15.
 */
public class Example {
    public static final String BASE_URL = "https://api.infobip.com/";
    public static final String USERNAME = "USERNAME";
    public static final String PASSWORD = "PASSWORD";

    public static final String FROM = "InfoSMS";
    public static final String MESSAGE_TEXT = "This is an example message";

    public static final String NOTIFY_URL = "https://notify.com";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy