rocks.voss.toniebox.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toniebox-api Show documentation
Show all versions of toniebox-api Show documentation
API to handle request for the Toniebox
package rocks.voss.toniebox;
class Constants {
protected final static String CREATIVE_TONIES = "https://api.tonie.cloud/v2/households/%h/creativetonies";
protected final static String CREATIVE_TONIE = "https://api.tonie.cloud/v2/households/%h/creativetonies/%t";
protected final static String SESSION = "https://api.tonie.cloud/v2/sessions";
protected final static String ME = "https://api.tonie.cloud/v2/me";
protected final static String HOUSEHOLDS = "https://api.tonie.cloud/v2/households";
protected final static String FILE_UPLOAD = "https://api.tonie.cloud/v2/file";
protected final static String FILE_UPLOAD_AMAZON = "https://bxn-toniecloud-prod-upload.s3.amazonaws.com/";
}