Closed aspriddell closed 2 years ago
Hey there,
I have basically no experience with C#, but I did just rewrite my Python Siege API library (siegeapi) to ditch the old frozen stats and added in the new ones So if you wanna know anything about the new endpoints, I'm happy to share 😃
Cheers @CNDRD, most of the modern stats have been added in #280, just need to add the deathmatch board pvp_warmup
, newcomer playlist and add a note about skill records not returning the most recent season.
I'll take a look at your python api and see if there's anything else I've missed.
closing as all guidance should be accurate and all planned features have been added (and are in a stable build)
It has been known for some time that legacy stats have indeed been killed off by ubisoft. I've been working on a redesign of the site, and have a few things to share:
In #308, a method was added to
LegacyPlaylistStats
to allow kills, deaths, wins and losses to be applied from aSeasonalStats
object to ease updating stats.