KartikTalwar / Duolingo

Unofficial Duolingo API Written in Python
MIT License
822 stars 129 forks source link

Reduce duplicate API calls #18

Open tschuy opened 9 years ago

tschuy commented 9 years ago

Right now we're calling the same URL a lot when it's not necessary. We should cache results whenever possible.

funnyflowerpot commented 6 years ago

I took a short read over the code and got a similar impression.