Demo of using Swift for server app
/requestDebugDescription
/exchanges
/exchangeRate
/exchange
JSON BODY example
{
"country_code":"EUR",
"value":1,
"timestamp":null,
"priority":1
}
/updateExchangeRate
JSON BODY example
{
"country_code":"CZK",
"value":25.644444,
"timestamp":null,
"priority":1
}
/deleteExchangeRate
JSON BODY example
{
"country_code":"CZK",
"value":25.644444,
"timestamp":null,
"priority":1
}