optional PlatformId filter for /Games/Updates

Need help with your application? Ask here.
Post Reply
kurlyq666
Posts: 3
Joined: Fri Jul 06, 2018 11:37 pm

optional PlatformId filter for /Games/Updates

Post by kurlyq666 »

I thought it might be cool to have a filter for Games/Updates. I'm typically only concerned with entire game sets per a few specific platforms, so if i could send a platform id as a filter and only get updates relevant to that it would be easier than checking every update's game_id against all my local game_id's to find a match; I could just go straight to my platform cache and know it's in there.

Also furthermore, I already mirrored the Games/Images data, but it was cumbersome (as cumbersome as 10 minutes of extra coding can be) as I basically appended all of a platforms game_id's together and paged through the list, unless there were too many games and i had to split the list into groups. Anyway, I thought it would be cool if there was another function Games/ImagesByPlatformId that would take a list of platformId's and then (obviously) return the images data for all games of those platforms. Just a suggestion as I said I already got the data anyway.

Post Reply