Source protobufs and generated SDKs for the Octopus product.
proto/Protocol Buffer definitions (versioned)sdk/Generated SDKs: Go, Java, TypeScript, and OpenAPIbuf.yaml,buf.gen.yamlBuf config for linting and generation
- Buf for code generation
make(optional) for the helper target
make generate-protoThis removes existing generated output in sdk/ and regenerates from proto/ via buf.
go get github.com/o7studios/octopus-sdk/sdk/go@latestnpm install @o7studios/octopus-sdkMaven Central:
// build.gradle.kts
dependencies {
implementation("studio.o7:octopus-sdk:VERSION")
}