Initializes a new instance of the SitumSDK class with its exported domains.
The configuration object for the SDK.
Returns the authorization object from the API base. This gives access to the user privileges, email, and organization ID.
The authorization object.
Proxy to get the JWT
Gives access to the realtime domain with its operations.
The realtime API instance.
Gives access to the user domain with its operations
Main class that exports different domains from the Situm REST APIs, to initialize it just pass your authentication parameters.
To fetch information just use any of the domains (cartography, realtime, user, ...) and use the methods available in it.
Example
Param: config
The configuration object for the SDK.