SOBotics / apicache

Caches SE API responses to save on requests
8 stars 2 forks source link

Add support for filters #1

Open ArtOfCode- opened 7 years ago

ArtOfCode- commented 7 years ago

Even if it doesn't matter a whole lot to the server, it'd be good for bots to be able to select what information they want sent back to limit their own bandwidth usage.

This probably involves pinging the SE API for any new filter to find out what fields it has, and caching them for a very long time in Redis.