Add batch thumbnail endpoint #285

Merged
itzaname merged 1 commits from feature/thumbnail-api into staging 2025-12-25 22:57:00 +00:00
Owner

Step 1 of eliminating nextjs is adding a way to query thumbnails from roblox since nextjs handles that. This implements a batch endpoint and caching to do that. Bonus: thumbnails will actually work once we start using this.

Step 1 of eliminating nextjs is adding a way to query thumbnails from roblox since nextjs handles that. This implements a batch endpoint and caching to do that. Bonus: thumbnails will actually work once we start using this.
itzaname added the frontend label 2025-12-25 21:41:09 +00:00
itzaname added 1 commit 2025-12-25 21:41:09 +00:00
Add batch thumbnail endpoint
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
0c61f51f86
itzaname requested review from Quaternions 2025-12-25 21:41:09 +00:00
itzaname merged commit ca401d4b96 into staging 2025-12-25 22:57:00 +00:00
itzaname deleted branch feature/thumbnail-api 2025-12-25 22:57:00 +00:00
Quaternions reviewed 2025-12-25 23:12:11 +00:00
@@ -146,3 +185,3 @@
roblox.Client{
HttpClient: http.DefaultClient,
ApiKey: ctx.String("rbx-api-key"),
ApiKey: ctx.String("rbx-api-key"),
Owner

This odd formatting is the only oddity I spotted, LGTM

This odd formatting is the only oddity I spotted, LGTM
Owner

oh it's fixing formatting, I'm just retarded

oh it's fixing formatting, I'm just retarded
Sign in to join this conversation.