Skip to content

hdksky/ksyungo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages