Skip to content
Vince edited this page Dec 11, 2020 · 15 revisions

A simple API that fetches player statistics from Ubisoft's Rainbow Six website. I tried to make the API as intuitive as possible; let me know if you have any questions/bugs.

Important

All of the objects have methods that must be called sequentially. Each method builds upon the other's response. This means you have to put your code inside of an async function and use await.

Example