This PR is mainly cleanup, with few additions such as /Updates API endpoint, and /Games/BoxartAPI endpoint accepting filter parameter (e.g. /Games/Boxart?GameID=12,13,14&filter=boxart,fanart)
Note: the /Updates API endpoint will not work as is, but requests a new table field, currently named lastupdatedRevised of type timestamp ideally and in time we'd drop lastupdated altogether. while the current method works I find timestamp to look visually clearer.
This PR is mainly cleanup, with few additions such as
/Updates
API endpoint, and/Games/Boxart
API endpoint accepting filter parameter (e.g./Games/Boxart?GameID=12,13,14&filter=boxart,fanart
)Note: the
/Updates
API endpoint will not work as is, but requests a new table field, currently namedlastupdatedRevised
of typetimestamp
ideally and in time we'd droplastupdated
altogether. while the current method works I findtimestamp
to look visually clearer.