dragonfruitnetwork / dragon6-api

Rainbow Six Siege Stats API for .NET
Apache License 2.0
12 stars 6 forks source link

Legacy stats depreciation information #296

Closed aspriddell closed 2 years ago

aspriddell commented 2 years ago

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 a SeasonalStats object to ease updating stats.

CNDRD commented 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 😃

aspriddell commented 2 years ago

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.

aspriddell commented 2 years ago

closing as all guidance should be accurate and all planned features have been added (and are in a stable build)