Oddbean new post about | logout
 So you load apps and then latest releases by id? 
 I need to check for updates: for (com.app1, com.app2, com.app3) give me the latest 1063 events for each.

I could use one query for each, but since a user might be checking for 50-100 apps I don't want to do that. 
 Is com1 linking to latest release? 
 Assume that appid is in a tag in the release itself.

But don't worry, I'll figure it out

Thank you! 🫂