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

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

Awesome Lists containing this project

README

          

# bank-client

![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)
![Gradle](https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white)

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

![MIT](https://img.shields.io/github/license/suft/numeral?style=for-the-badge)