billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

fixed auth get_players, upgraded from v2 to v3 #65

Closed Danampasis closed 3 years ago

Danampasis commented 3 years ago

Ubisoft upgraded to v3 of their api for profiles and users.

RAYs3T commented 3 years ago

You've duplicated the file auth.py into the project root - Guess that change should not be in there ... :)

Danampasis commented 3 years ago

True! I've deleted the duplicate one. Of course my first pr would have something wrong 😄

Jackywathy commented 3 years ago

Looks good, I think only @billy-yoyo can merge. Seems like only get_players works, the rest of the library needs to be adapted to v3.

billy-yoyo commented 3 years ago

Going to close this MR since the changes are included in @Jackywathy MR, which we'll merge instead. Thanks for the contributions everyone, and sorry for my absence.