Initialization
AltibbiTelehealth initialization is done using the initService
method from AltibbiService
pod library
Initialize the Altibbi SDK with the following parameters
- baseUrl: Your partner endpoint (will be shared with you upon request).
- token: Authentication token from your backend.
- language: Preferred language for responses either Arabic (default) or English.
AltibbiService.initService(token: token, baseUrl: baseUrl, language: "ar")
After the initiation you can start using the APIs and ready-to-use functions included in AltibbiService