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

rocks.voss.toniebox.Constants Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy