REST Integration Design Principles
When considering integrating with REST based API’s, the first approach should always be how do I make my design non transactional. Non transactional means that the API can be called over and over again within any negative affect. Banking systems need to be transactional. If a transaction was processed more than once, that would be… Read More »