Anton Musin
Anton Musin
IMHO. - The order of reactions isn't a problem unlike the order of reaction-buttons in some music bots. - In my practice reordering & vanishing appears only on 13-15k same...
Button Interactions already here. It's a nice alternative for frequently used commands.
I don't remember which thing came first TabLive or Official tracker update. But I assume the current match info might obtained through GraphQL API that harder to reverse-engeneer. I've unraveled...
> @BadCoder1337 Could you share some of the endpoints that you've found? Ubisoft closed all inventory endpoints I discovered a year ago. Chat endpoint allows to send messages to any...
@SwiftCODA It's easier to say than to do. The game and Ubisoft Connect use SSL pinning and do not lend themselves to my tools. For example, we can't unravel the...
@SwiftCODA obviuosly, `match` should be a some structure. I tried following body: ```json { "spaceId":"632df4a5-4fd7-4ee5-a0c8-1f221f7e585f", "match":{ "id": "01b4ba97-654e-4eb3-8211-85b1c628658a" } } ``` Then I got the response: ```json { "moreInfo": "",...
I split code into separate workers. It's easier for me than creating and loading JSON. But the issue is still relevant as a refactor goal.
There's a working alternative `https://public-ubiservices.ubi.com/v1/profiles/{profileId}/gamesplayed` `https://public-ubiservices.ubi.com/v1/profiles/gamesplayed?profileIds={profileIds}`
This is getProfileApplications for my profile. (I truncated some crap from 2018) ```json { "id": "c09fc7c9-5d45-4c6c-94e5-2dee159abff3", "applications": [ { "id": "a427a342-56bb-437b-b835-fa695c75893b", "name": "Tom Clancy's Rainbow Six Siege - Test Server",...
It's worth to mention. Also worth to implement the getGamesPlayed method if someone would ensure that a user has a game.