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
- Host: GitHub
- URL: https://github.com/ullenius/rest-currency-client
- Owner: ullenius
- License: mit
- Archived: true
- Created: 2019-01-31T18:01:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:55:14.000Z (about 4 years ago)
- Last Synced: 2025-02-20T20:43:45.109Z (over 1 year ago)
- Topics: currency, gson, java, json, mit, mit-license, rest
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.