It happened a few times that we missed some data we could've retrieved from the response, e.g. style id, release date.
Instead of re-fetching all the data on each run to retrieve those we should expose a flag to save the entirety of the response we get and when looking for / experimenting with something we don't have to refetch. We'd also have a golden copy to test parsing with.
It happened a few times that we missed some data we could've retrieved from the response, e.g. style id, release date. Instead of re-fetching all the data on each run to retrieve those we should expose a flag to save the entirety of the response we get and when looking for / experimenting with something we don't have to refetch. We'd also have a golden copy to test parsing with.