Where are the current cards stored? It would be a waste to pull from the API every time we need to get a class's card pool; instead, we should persist that data on our end. Then, we can do a check once a day/week for any changes between the two datasets.
Where are the current cards stored? It would be a waste to pull from the API every time we need to get a class's card pool; instead, we should persist that data on our end. Then, we can do a check once a day/week for any changes between the two datasets.