| | Posted: 26 Aug 2020 12:19 | |
MaximeGo31
Posts: 64 Joined: 2020
| | Hello,
I would have liked to know how it goes when a match is postponed. What information allows us to find out?
Thank you,
Maxime
| |
|
| | Posted: 26 Aug 2020 18:51 | |
zag
Posts: 3,511 Joined: 2020
| | Hello,
I would have liked to know how it goes when a match is postponed. What information allows us to find out?
Thank you,
Maxime
strPostponed field in the event data.
Yes/No
| |
|
| | Posted: 30 Sep 2020 10:27 | |
LaryCxb
Posts: 5 Joined: 2020
| | Hey zag,
when the match is postponed and then after a while new date is stated, there gonna be new event created in API or old one edited with new date?
Thanks
| |
|
| | Posted: 30 Sep 2020 20:38 | |
zag
Posts: 3,511 Joined: 2020
| | Hey zag,
when the match is postponed and then after a while new date is stated, there gonna be new event created in API or old one edited with new date?
Thanks
Personally I would edit the original event as soon as the new date is known, then the strPostponed can be set back to no.
| |
|
| | Posted: 02 Oct 2020 15:43 | |
LaryCxb
Posts: 5 Joined: 2020
| | Thanks for suggestion
In my question I asked about thesportdb Api side. How does it look there? New event is created and old one stays as postponed, or the old one is edited? (on the api side)
| |
|
| | Posted: 02 Oct 2020 18:50 | |
zag
Posts: 3,511 Joined: 2020
| | Thanks for suggestion
In my question I asked about thesportdb Api side. How does it look there? New event is created and old one stays as postponed, or the old one is edited? (on the api side)
API is identical to the frontend, so basically whatever the frontend says is the same.
Old one is edited.
| |
|