Client SDKs
Client SDKs
First-party SDKs (Rust, Python, JavaScript/TypeScript).
Official SDKs
All SDKs are open source and easily installable via their respective package managers. They are designed to be idiomatic and easy to use, largely using the same API across languages.
Documentation regarding each client is mostly inline as doc comments and in the README of each client.
Roll your own
Sepp's gRPC line protocol is simple and well-documented, so you can also implement your own client in any language you want. See the build your own client guide for more.