blob: 8172ea020ff6ebaad014b51d5d4af3ddc0d07aa1 [file] [log] [blame]
package org.apache.fineract.data.remote;
/**
* @author Rajan Maurya
* On 16/06/17.
*/
public class EndPoints {
/*
* API End Paths
* <- This section manage the different type of end points
*/
public static final String API_IDENTITY_PATH = "/identity/v1";
public static final String API_CUSTOMER_PATH = "/api/customer/v1";
public static final String API_DEPOSIT_PATH = "/api/deposit/v1";
public static final String API_PORTFOLIO_PATH = "/api/portfolio/v1";
}