koalasthegreat / AmoeboidBotRedux

1 stars 1 forks source link

Cache data for 24 hours after querying Scryfall #10

Closed koalasthegreat closed 5 months ago

koalasthegreat commented 1 year ago

According to the Scryfall API Guidelines, we should be caching the data we fetch for 24 hours. We should be able to make a local database where we can store the card info

koalasthegreat commented 5 months ago

This has since been implemented for functions that use it. Searching based on set should still pull fresh data, for future reference