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

com.github.revenuemonster.constant.Url Maven / Gradle / Ivy

Go to download

This is an Java SDK that maps some of the RESTful methods of Open API that are documented at doc.revenuemonster.my

The newest version!
package com.github.revenuemonster.constant;

public class Url
{
        public static final String SandBoxOAuth = "https://sb-oauth.revenuemonster.my";
        public static final String SandBoxOpen = "https://sb-open.revenuemonster.my";
        public static final String ProductionOAuth = "https://oauth.revenuemonster.my";
        public static final String ProductionOpen = "https://open.revenuemonster.my";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy