feat(): added missing API examples

This commit is contained in:
Jerko J
2024-09-06 10:14:02 +02:00
parent 027057105c
commit bc318f0823
7 changed files with 85 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const client = new RestClientV5({
});
client
.deleteSubApiKey()
.getAffiliateUserInfo({ uid: '1513500' })
.then((response) => {
console.log(response);
})