infobip.examples.Example Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-api-java-client Show documentation
Show all versions of infobip-api-java-client Show documentation
API client in Java for Infobip's API (http://dev.infobip.com/).
package infobip.examples;
public class Example {
static final String USERNAME = "USERNAME";
static final String PASSWORD = "PASSWORD";
static final String FROM = "InfoSMS";
static final String TO = "41793026731";
static final String TO_2 = "41793026727";
static final String MESSAGE_TEXT = "This is an example message";
static final String NOTIFY_URL = "https://notify.com";
}