Gumband SDK
Our SDK makes it easy to integrate Gumband into your project's software stack. While each language of SDK that we support has its nuances, they all follow the same general workflow.
1
Use the Gumband UI to create an exhibit, where you will receive an ID and auth token.
2
Define your exhibit's configurations and monitoring requirements in a manifest file.
3
Initialize the SDK and authenticate with Gumband using your ID, token, and manifest.
4
The SDK receives real-time configuration changes from Gumband’s UI via WebSocket connection.
5
Use SDK helper functions to send monitoring and user event data from your exhibit.
Check out our Tutorial and Quick Start guides for more in-depth documentation.