This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Releases: dragonfruitnetwork/dragon6-api
Releases · dragonfruitnetwork/dragon6-api
2021.910
Merge pull request #259 from aspriddell/update-data-api Update data api
2021.907
Updates the ranked icons to use PNGs
2021.826
Updates the API to provide the crystal guard ranks. This is done in advance to give consumers time to update to reduce potential disruption.
2021.824
Updates to the latest version of DragonFruit.Common.Data
2021.711
Cleans up the codebase with a few minor breaking changes:
SeasonalRanks
class has been changed to contain two methods:GetFromMMR
andGetFromId
where each one accepts anint
and abool
indicating whether the legacy rankings should be used (defaults to false).UbisoftTokens
are now implicitly convertible toDragon6Token
, and cannot be created via ctors (#243)- Renamed the
Sniper
rifle to theMarksmanRifle
(#243) - Removed most of the developer requests
2021.707
Merge pull request #244 from aspriddell/strings-to-reflection Use reflection to build default request stats
2021.615
Merge pull request #241 from aspriddell/update-roles update api returned role response
2021.612.2
Merge pull request #240 from aspriddell/update-roles expose more extensions
2021.612.1
Adds support for the new api v2 used on the dragon6 servers
2021.612
Some extensions have had their names changed to better fit their purpose:
GetLoginInfo
-> GetActivity
GetUserLocationInfo
-> GeolocateSelf