com.greenback.kit.client.GreenbackConstants Maven / Gradle / Ivy
package com.greenback.kit.client;
public class GreenbackConstants {
static public final String ENDPOINT_PRODUCTION = "https://api.greenback.com";
static public final String ENDPOINT_STAGING = "https://sandbox-api.greenback.com";
static public final String ENDPOINT_LOCAL = "http://localhost:8080/api";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy