sethryder / modpackindex

The code that powers Modpack Index. A powerful index that allows you to find the right Minecraft modpack for you!
https://www.modpackindex.com
GNU General Public License v3.0
7 stars 1 forks source link

API Method for getting info for a list of mods #48

Closed TGNThump closed 8 years ago

TGNThump commented 8 years ago

Is there any way an API method to retrieve info for a list of mods (eg by passing an list of ids) to prevent load on your server and improve load time on pages using the API?

sethryder commented 8 years ago

Not currently. Your best bet currently is to cache the info since it doesn't update that often and maybe only check for updates every 24 hours.

TGNThump commented 8 years ago

Ok, will do.