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

com.greenback.kit.client.GreenbackConstants Maven / Gradle / Ivy

There is a newer version: 1.0.39
Show newest version
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