Games/Updates V1 How to Use?

Projects, Applications, and API development.
Post Reply
nikryd
Posts: 2
Joined: Sat May 02, 2020 11:32 am

Games/Updates V1 How to Use?

Post by nikryd »

Hi
I'm trying to make an update script and thought of using V1/Games/Updates (https://api.thegamesdb.net/#/Games/GamesUpdates).
But how is it supposed to work?
For example, when I get the result below where there are two post with the same type in the banner table with different sides a "front" and a "back", how do I know which one to delete?
result ..., {
"edit_id": 275007,
"game_id": 66356,
"timestamp": "2020-07-21 22:51:33",
"type": "boxart",
"value": "[REMOVED]"
},
{....

Other tips on how to use the Updates are greatly appreciated. Maybe there are some examples on how other has solved it.

//Niklas

Post Reply