https://github.com/suft/bank-client
A java application that consumes a sample REST Webservice
https://github.com/suft/bank-client
gradle java junit5
Last synced: about 1 month ago
JSON representation
A java application that consumes a sample REST Webservice
- Host: GitHub
- URL: https://github.com/suft/bank-client
- Owner: suft
- License: mit
- Created: 2021-08-27T15:51:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T16:32:57.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T11:49:23.164Z (about 1 year ago)
- Topics: gradle, java, junit5
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bank-client


A java application that consumes a sample REST Webservice
## Dependencies
- Used [Gson](https://github.com/google/gson) to deserialize the json response
- Testing performed with [JUnit Jupiter](https://github.com/junit-team/junit5)
## License
