-
👋 hi there! i'm the author of pkmn.help. i wanted to first say massive thanks to y'all for being a fantastic data source for the pokédex on my site. what's the best way to stay up to date on this project? i do not query the PokéAPI in real time (performance reasons), but i don't want to get severely out of date. with a new pokémon game on the horizon, i want to be able to stay updated on new pokémon additions/updates, without having to do a lot of manual checking all the time. unfortunately, pulling all the pokeapi data in every CI build is super slow, so i don't want to do that. i run these two scripts to fetch the pokedex data and download images: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The best for you would be to query our API every time. We are behind Cloudflare so a call is in the order of milliseconds. Whenever we update our APIs, Cloudflare will return the new data. I don't know if this answers your question. |
Beta Was this translation helpful? Give feedback.
The best for you would be to query our API every time. We are behind Cloudflare so a call is in the order of milliseconds. Whenever we update our APIs, Cloudflare will return the new data. I don't know if this answers your question.