An open API service indexing awesome lists of open source software.

https://github.com/ullenius/rest-currency-client

:currency_exchange: A simple REST client for receiving up to date currency exchange rates. Parses JSON to POJOs
https://github.com/ullenius/rest-currency-client

currency gson java json mit mit-license rest

Last synced: about 1 year ago
JSON representation

:currency_exchange: A simple REST client for receiving up to date currency exchange rates. Parses JSON to POJOs

Awesome Lists containing this project

README

          

# Rest Curry
Rest CuRRencY client. A simple REST client for receiving up to date currency exchange rates.

Obtains currency exchange rates in JSON-format from server using
REST and stores them as a POJO (plain old java object).

Made as a school exercise for ITHS' course on web
services in 2019.

## Rest API
https://exchangeratesapi.io/

Thanks to Madis Väin (EST) for the API :)

## API Documentation
https://ullenius.github.io/rest-currency-client/

## Libraries

Uses resteasy and google gson.