You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK should implement a "managed API" interface for Python applications that wish to send analytics events to the API server. It should enable applications to:
Create an AnalyticsClient instance, which enables caller-specific configuration, such as API keys, UUID, etc.
Create an AnalyticsEvent instance, which validates attributes for presence and content, as necessary
Abstract away the details of sending a POST request to the API server's /events endpoint
Identify and handle errors
The SDK should not create any log entries. Include usage and reference documentation in a README.md file.
The SDK should implement a "managed API" interface for Python applications that wish to send analytics events to the API server. It should enable applications to:
AnalyticsClient
instance, which enables caller-specific configuration, such as API keys, UUID, etc.AnalyticsEvent
instance, which validates attributes for presence and content, as necessaryPOST
request to the API server's/events
endpointThe SDK should not create any log entries. Include usage and reference documentation in a
README.md
file.Usage may be as simple as:
The text was updated successfully, but these errors were encountered: