Anton Musin

Results 29 comments of Anton Musin

THERE'S ALSO SEASONAL DATA FROM BLACK ICE

R6Tab collects map statistics, which doesn't present in r6api.js. Currently there's a huge backlog between open source wrappers and R6Tab. They and single twitter bot got access to BattlEye feed....

I took the PSN example from my Postman collection, it is outdated. But null is still possible, and it should be represented in types.

Ubisoft doesn't proxy platform avatar behind `profileId` URL, there's a blank avatar. All trackers (e.g. [R6DB](https://r6db.net/player/9d7baf7c-7b40-4169-9c0a-f8b9a9651db4)) display `userId` avatar for console profiles.

Looks like they're using some Xbox API to retrieve platform avatar by `idOnPlatform`. But this is not `r6api.js` business, IMHO. Also, I sure there's no similar API for PSN.

I think that a simple "cloud" synchronization is a lightweight and flexible solution. It's trivial to build it on top of the current backup system. You could just login with...

> By "Drop hacky ESM support?" I'm referencing #70 @BadCoder1337 👀 IMHO ESM isn't accepted enough to drop CJS. I am not authoring any npm library so can't give final...

> Rename "user" to "profile" where needed in methods IMHO There's two ways of naming we could stick to: 1) Keep names close to Ubisoft as possible (e.g. `PlatformCrossplay` =>...

I have this Uplay endpoint https://documenter.getpostman.com/view/3979228/2s93zE4LEs#732c5fd9-ea01-43c7-9804-e9a232881cae

> Why not just use the public profile endpoint. * Still requires adding crossplay spaceId/sandbox to `constants.ts` * Requires new method * No `lootbox_probability` * No bulk query?