Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: dragonfruitnetwork/dragon6-api

2020.731

31 Jul 18:56
c01b8b1
Compare
Choose a tag to compare
2020.731 Pre-release
Pre-release

This version is designed to fix potential HTTP 400 errors occurring from "Bad Requests" due to the Ubi-AppId header missing

2020.730.3

30 Jul 17:21
af305be
Compare
Choose a tag to compare
2020.730.3 Pre-release
Pre-release
Update Dragon6Client.cs

2020.730.2

30 Jul 11:11
e051430
Compare
Choose a tag to compare
2020.730.2 Pre-release
Pre-release

See release 2020.730 for details

This fixes a potential infinite-loop when requesting auth tokens

2020.730.1

30 Jul 10:57
ab2ad57
Compare
Choose a tag to compare
2020.730.1 Pre-release
Pre-release

See release 2020.730 for details

2020.730

30 Jul 10:38
541425c
Compare
Choose a tag to compare
2020.730 Pre-release
Pre-release
  • 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 into d6Client.GetOperatorStats(account, {result of d6Client.GetOperatorInfo()})
  • Add new getting started wiki page
  • Update DragonFruit.Common.Data framework

2020.703

03 Jul 18:59
a324e82
Compare
Choose a tag to compare

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