com.github.revenuemonster.constant.Url Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RevenueMonsterOpenAPI Show documentation
Show all versions of RevenueMonsterOpenAPI Show documentation
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