How To Set Custom API

Estimated reading: 1 minute 187 views

In the event that there is any addition or modification to a new connection with API and you need information such as the Website URL, ServerKey, UserId, and AccessToken,

Use Manger Files in the project to call the api for example for get profile api use GetProfileManager class

When you want to use API with connection type “POST” you can see this example:

Leave a Comment