You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/yandex-cloud/go-sdk
..
dial
gen
iamkey
operation
pkg
AUTHORS
CONTRIBUTING.md
LICENSE
README.md
container_registry.go
credentials.go
errdetails.go
load_balancer.go
mdb.go
resolver.go
rpc_credentials.go
sdk.go

README.md

Yandex.Cloud Go SDK

GoDoc

Go SDK for Yandex.Cloud services.

NOTE: SDK is under development, and may make backwards-incompatible changes.

Installation

go get github.com/yandex-cloud/go-sdk

Example usages

Initializing SDK

sdk, err := ycsdk.Build(ctx, ycsdk.Config{
	Credentials: ycsdk.OAuthToken(token),
})
if err != nil {
	log.Fatal(err)
}

More examples

More examples can be found in examples dir.