SDKs
| Language | Repo | Docs | API |
|---|---|---|---|
| TypeScript | s2-sdk-typescript | typedoc | v1 |
| Python | s2-sdk-python | readthedocs | v1 |
| Go | s2-sdk-go | pkg.go.dev | v1 |
| Rust | s2/sdk | docs.rs | v1 |
Getting Started
Every SDK follows the same pattern: create a client with an access token, then navigate to basins and streams hierarchically.- TypeScript
- Python
- Go
- Rust

