Thanks, I think I can use the REST API to do what i want 🙂
but… I can put the minute for cards/goals but I think I cannot do it for substitutions, which is weird because all of them go to the sp_timeline meta data
the JSON I receive is like this
“yellowcards”: “1 (34′)”,
“redcards”: “1 (48′)”,
“owngoals”: “”,
“status”: “sub”,
“sub”: “13”
I tried to change the “sub “:”13” to “sub”:”13 (65′)” but it didn’t work, do you know the real syntax for that? or where in the code I can change the parser to include it?
Thanks