Python
Installation
pip install connectframeworkUsage
Initializing the SDK
from connectframework import ConnectFramework
# Initialize the SDK with your API key
ConnectFramework.initialize(api_key="your_api_key_here")User Authentication
Logging in with a Unique ID and Email
ConnectFramework.login(unique_id=None, email="[email protected]")Submitting an OTP Code
Logging Out
Checking if User is Connected
Analytics Tracking
Logging an Event
Logging an Event with Additional Data
Summary
Method
Description
Last updated