So, I have a remote API specification that I am going to use to create a set of classes for communicating with this API in my application.
Are there any design patterns that I should pay attention to when developing these classes that will act as an API client?
source share