Add batch thumbnail endpoint #285
Reference in New Issue
Block a user
Delete Branch "feature/thumbnail-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@@ -146,3 +185,3 @@roblox.Client{HttpClient: http.DefaultClient,ApiKey: ctx.String("rbx-api-key"),ApiKey: ctx.String("rbx-api-key"),This odd formatting is the only oddity I spotted, LGTM
oh it's fixing formatting, I'm just retarded