@FeignClient(value="CurrencyExchangeRates",
url="https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml")
public interface ExchangeRateClient
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENCY_URL |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<CubeType> |
getRatesToEur() |
static final String CURRENCY_URL
@GetMapping org.springframework.http.ResponseEntity<CubeType> getRatesToEur()
Copyright © 2020. All rights reserved.