All Projects → yandex-cloud → go-sdk

yandex-cloud / go-sdk

Licence: MIT license
Yandex.Cloud Go SDK

Programming Languages

go
31211 projects - #10 most used programming language
PureBasic
71 projects
shell
77523 projects

Projects that are alternatives of or similar to go-sdk

yandex-csi-driver
A Container Storage Interface (CSI) Driver for Yandex.Cloud Compute Disks
Stars: ✭ 90 (+63.64%)
Mutual labels:  yandex-cloud
yappa
Serverless deploy of python web-apps @yandexcloud
Stars: ✭ 57 (+3.64%)
Mutual labels:  yandex-cloud
yandex-cloud-controller-manager
Kubernetes Cloud Controller Manager for Yandex.Cloud
Stars: ✭ 87 (+58.18%)
Mutual labels:  yandex-cloud

Yandex.Cloud Go SDK

GoDoc CircleCI

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].