Treating an API like a real world store.
I’m working on a platform which involves an API with huge amounts of data, like a movie API, or an API which provides names of cities around the world. I wondered how do you work with all this data?
Do you always contact the API when…