Available SDKs
Selected version
It’s possible to use Retraced completely with the documented API. But that can often be a little tedious, so we’ve created easy-to-use SDKs for popular languages and frameworks. If you don’t see your stack on here, reach out to send a request and we’ll see how we can help!
Golang
Our Go SDK is available at:
go get github.com/retracedhq/retraced-go
We have both Godocs and a getting started page here.
NodeJS
The Retraced NodeJS SDK can be installed with npm:
npm install -s retraced
There is a getting started page here.