Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@mint @kirby @PeachySummer @PodunkPotato It's not that bad. The POST requests to the GraphQL API aren't that complicated. The hardest thing is to get to the first response from it. They use flake ids that can possibly change whenever they update the list. The rest is pretty easy, because the API response gives some hints. Mainly has_next_page, has_previous_page and start and end of both (that's the cursor thing). I'll look into it more.