The Go (Golang) SDK provides a generic set of wrappers so you can make API calls easily.
See Arvados GoDoc for detailed documentation.
Use go get git.curoverse.com/arvados.git/sdk/go/arvadosclient
. The go tools will fetch the relevant code and dependencies for you.
import ( "git.curoverse.com/arvados.git/sdk/go/arvadosclient" "git.curoverse.com/arvados.git/sdk/go/keepclient" )
If you need pre-release client code, you can use the latest version from the repo by following these instructions.
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.