Java
There is no stable Java SDK documented here for the current v1 runtime.
Use your existing HTTP client stack and target the documented REST routes directly.
Typical flow:
- log in through
/v1/dashboard/auth/login - store the bearer token
- call
/v1/users/:user_id/streams/:stream_id/events - call
/v1/users/:user_id/streams/:stream_id/retrieve