wait, there's a latest endpoint? Did I miss that in the API documentation?
(Just to be sure, I was looking at this: https://itch.io/docs/api/serverside)
What I did was set this up in unity zto try to get the game info to see if I could check for the channel version there. I could get the games for my account (parameterless) but not the purchases since that requires a parameter
I have no experience with GET requests so i was trying to add the parameter with ?name=value but that did not go through. Not sure why though. My current guess is that there needs to be some escaping done on the string?
I'm pretty sure it's because I don't know what i'm doing :)