Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

KsyunGo: Go SDK for ksyun Services

This is an unofficial Go SDK for Ksyun Services

Package Structure

Quick Start

package main
import (
	"fmt"
	"github.com/hdksky/ksyungo/kec"
)
const ACCESS_KEY_ID = "<YOUR_ID>"
const ACCESS_KEY_SECRET = "<****>"
func main() {
	client := kec.NewClient(ACCESS_KEY_ID, ACCESS_KEY_SECRET,"cn-beijing-6")
	fmt.Print(client.DescribeInstances(&DescribeInstancesArgs{}))
}

Build and Install

go get:

go get github.com/hdksky/ksyungo

License

This project is licensed under the Apache License, Version 2.0.

About

Go SDK for ksyun Services

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /