Hi,
I’m doing a research on how Kongregate’s API works to see the feasibility of putting our game here.
The “items” API definitely looks good and simple but there’s one thing that I need to know, is there a way so the “items” owned by a player can be saved into our own server automatically (we’ll work with whatever you guys have)?
Reason being is, we kinda need the items records to make sure we can perform the game logic on our side (maybe for currency system as well).
I could’ve think of several ways to get the items record to our server from your json/rest api but I was wondering if there’s a trigger system/automatic way to do this so when player purchases an item the data will be saved on our server as well?
What’s the best practice here?
Thanks