This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Releases: danielwerg/r6api.js
Releases · danielwerg/r6api.js
1.2.1
1.2.0
1.1.1
1.1.0 Shifting Tides Ready
Changelog
- Updated README example.
- Minimum requirement of node
>=10.0.0
. - Added operator stats for Wamai and Kali.
- getStats
- Split request so it will never hit limit (~8k characters in url).
- getRank
nextRankMatchesNeeded
value will now have only two decimal after dot.
- Added another unique stat for glaz - "Penetration Sniper Kills".
Ubisoft swapped index for Amaru and Kali for some reason, so old stats for Amaru won't be available for now and every Kali's stats beside unique stat will now include old Amaru stats, waiting for them to fix it.
v1.0.3
Changelog
- Fixed unique gadgets stats for
kaid
,nomad
,warden
andnokk
. - Small changes to README.
v1.0.2
Changelog
- Few changes to README.
v1.0.1
Changelog
getRank
- Added support for new ranks structure.
- Also it will now return relevant rank image depending on which season it is.
v1.0.0
Changelog
-
0.0.29
,0.0.28
,0.0.27
,0.0.26
versions has been deprecated. -
getRank
- Added multi season checking.
season
is nowseasons
.result
inlastMatch
is nowwon
and instead of number it is nowboolean
.- Added
matches
value. - Added
topRankPosition
, not completely sure what it is, probably number in leaderboard for champions rank.
-
getStats
mode
is nowmodes
inpvp
andpve
.- more changes coming in next update, options to remove
pve
orpvp
stats, etc.
-
ids
andusernames
limit changes-
getId
andgetUsername
limit is still50
. -
getLevel
,getPlaytime
,getRank
,getStats
limit is now200
. -
I might add option to remove limit checking later.
-
-
for those who interact with
constants.js
URLS
structure completely changed to make it easier to get endpoint url.STATS
is now bunch of functions which returning arrays, it's easier to read since it categorized.