public CurrencyServiceClient() { restClient = new BaseRestClient(Endpoints.BASEURL); }
public AccountMetricsServiceClient() { restClient = new BaseRestClient(Endpoints.BASEURL); }
public TransactionServiceClient() { restClient = new BaseRestClient(Endpoints.BASEURL); }
public NotificationServiceClient() { restClient = new BaseRestClient(Endpoints.BASEURL); }