#Deleted

3 messages · Page 1 of 1 (latest)

hazy egret
hazy egret
#

The SDK is using Rest API when you look inside it. Its just a wrapper sdk for the REST API. Instead of anyone writing every single Web request, we can use the SDK functions as it will already have all the things we need. Of course, if the place we want to use SDK is not supported, we can write the webrequest ourselves as well.

Example: Login with custom ID. Instead of writing the webrequest for Login With Custom ID ourselves, the sdk has a function where we will pass the info to it as parameters and it will give us back a response depending on what happens.