Evankhell0 / sbd

Skyblock Dungeon Mod using ChatTriggers
https://www.chattriggers.com/modules/v/sbd
1 stars 0 forks source link

Bundle Requests to SBD API #33

Open Evankhell0 opened 5 days ago

Evankhell0 commented 5 days ago

The SBD API has been overloaded for a few months now (exceeding cloudflare's free limit of 100k daily requests). A possible solution would be to bundle together multiple API requests (e.g. when inspecting a party in party finder with multiple members) and send them as one request, instead of up to 4 seperate ones. This requires adding a new api endpoint (or reworking the current one).