Simple demo server app using Swift. For more information check out GitHub page
GET
POST
- /exchange with JSON BODY example: {"country_code":"EUR","value":1,"timestamp":null,"priority":1}
PUT
- /exchange with JSON BODY of existing entry example: {"country_code":"CZK","value":25.644444,"timestamp":null,"priority":1}
DELETE
- /exchange with JSON BODY of existing entry example: {"country_code":"CZK","value":25.644444,"timestamp":null,"priority":1}