Sep 3, 2018 · 1 min read
Great article!
I have a question though. Where would you put interface and structs for a service that’s doing an API call? For the sake of the example, let’s say that you need to make an API call to fetch article’s comments which you would like to save to a database and connect with the article. How to organize all of that with having a repository and use cases in mind, as well a clean architecture?