PokeAPI / pokebase

Python 3 wrapper for Pokéapi v2
BSD 3-Clause "New" or "Revised" License
286 stars 53 forks source link

Disabling cache #17

Closed raporpe closed 4 years ago

raporpe commented 4 years ago

Is there a way to disable de caching in the wrapper? Thank you.

GregHilmes commented 4 years ago

Technically you can edit the source and remove the lines which actually open and save data to the cache, but officially no.

First rule of the fair-use policy of PokeAPI: "Locally cache resources and images whenever you request them"