AS an SDK user and confirmation validator
I WANT to see all the banks on the network
SO THAT I can maintain a record of all connected banks.
Description
Implement GET requests in GetDataSource and expose the function in ConfirmationDataSource layer and then expose to the ConfirmationRepository.
Please write unit tests to cover cases.
**Note: If you can see where we can reuse some data models, please consider doing that. In this case, we can reuse the Bank data class.
AS an SDK user and confirmation validator I WANT to see all the banks on the network SO THAT I can maintain a record of all connected banks.
Description Implement GET requests in GetDataSource and expose the function in ConfirmationDataSource layer and then expose to the ConfirmationRepository.
Please write unit tests to cover cases.
**Note: If you can see where we can reuse some data models, please consider doing that. In this case, we can reuse the Bank data class.
Documentation - https://thenewboston.com/confirmation-validator-api/banks