danielwerg

Results 91 comments of danielwerg

@EndBug I realized I haven't added ts-utils to V5 that you have added while ago in this commit https://github.com/danielwerg/r6api.js/commit/0d599ac4823d449a0e6270da28c43a45bbe8c276. Could you give me quick ted talk why we need them...

Hey @BadCoder1337, I published new repo - [R6Data](https://github.com/danielwerg/r6data), which is going to be a dependency of next version of R6API.js and I used [gen-esm-wrapper](https://github.com/addaleax/gen-esm-wrapper) for ESM support. Could you test...

Same. Please open pr if you have a fix :) I will try to figure out how to get stuff from ranked 2.0 once I have enough free time, spending...

> https://github.com/hmes98318/r6s-stats-api > > He updated it, you may have a look on it. > I dont currently have time Last I checked that package was simply scraping r6 tracker...

Got it working on my private branch, thanks to https://github.com/Seems2Legit/Rainbow-Six-Siege-Player-Stats-API/issues/91#issuecomment-1362191970 ![](https://user-images.githubusercontent.com/35052399/209077172-2f6e35f6-f274-4041-9185-c17781fb22eb.png) Still need to re-factor a lot of code now. Once it's done I will update `master` branch, pr are...

https://github.com/danielwerg/r6api.js/commit/76ce63132078fd140e6c26565349a51c9b899bea Mostly done, not sure if `getProfileSeasonalv2` would be better name, thoughts? Here is new method names on my v5 branch: ![](https://user-images.githubusercontent.com/35052399/209651848-d9f8fd9f-1563-472d-a9d5-be823150f486.png)

> Still doesn't work, tested with both AppsID but still nothing, getting error 500 from server Have you tried `next` branch?

> Yes, that's actually the next branch, the old one didn't requiere the App ID for anything (I think) Well I will need a snippet of code to reproduced that...

Oh, wow, `/r6playerprofile/playerprofile/progressions` is fully unsupported, doesn't even update alpha pack drop chance. I will probably replace `/r6playerprofile/playerprofile/progressions` with `/title/r6s/rewards/public_profile` for `getUserProgresssion` method my only concern is lack of bulk...

> Only XPLAY sandbox gets updated Could you give me full url that you are hitting? For `uplay` I'm getting `3000` and for crossplay I'm getting `3100` which both are...