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
2020.731
This version is designed to fix potential HTTP 400 errors occurring from "Bad Requests" due to the Ubi-AppId header missing
2020.730.3
Update Dragon6Client.cs
2020.730.2
See release 2020.730 for details
This fixes a potential infinite-loop when requesting auth tokens
2020.730.1
See release 2020.730 for details
2020.730
- Depreciates (by removal) the
UbisoftAuthClient
, in favour of the new extension, `d6Client.GetToken("username", "password") - Obsoletes the
UbisoftServerStatus
classes, due to significant changes on Ubi's end - Adds new extension
d6Client.GetOperatorInfo()
to be used to simplify the process or getting the data needed for injection intod6Client.GetOperatorStats(account, {result of d6Client.GetOperatorInfo()})
- Add new getting started wiki page
- Update
DragonFruit.Common.Data
framework
2020.703
This is the next update for the Dragon6 API. Since the last stable release we've done some refactoring and moved to a new ApiClient model.
To learn how to use this next iteration of Dragon6 API refer to the Wiki and the Dragon6 Server (Demo) Account Lookup API