SDK
Orb's SDK is available in Python, TypeScript, Go, Java, and Kotlin. The SDK includes idempotency support, retries, pagination support, and more.
If we don't yet have an SDK in your language of choice, reach out to us at team@withorb.com. We also have an OpenAPI spec available.
Python
Install the Python SDK with pip:
pip install orb-billing
TypeScript
Install the TypeScript SDK with npm:
npm i orb-billing
Golang
Install the Golang SDK with go get:
go get github.com/orbcorp/orb-go
Java
Add the Java SDK dependency using Maven:
<dependency>
<groupId>com.withorb.api</groupId>
<artifactId>orb-java</artifactId>
<version>{version}</version>
</dependency>
Kotlin
Add the Kotlin SDK dependency using Maven:
<dependency>
<groupId>com.withorb.api</groupId>
<artifactId>orb-kotlin</artifactId>
<version>{version}</version>
</dependency>