Go to file
jack77213 701c2cc20c
Merge remote-tracking branch 'gh/master'
2021-06-04 22:09:56 +08:00
.github/workflows Update github actions 2021-05-24 21:26:00 +08:00
client add missing response section 2017-08-01 19:42:29 +08:00
config add filed direcive to job 2020-12-29 16:14:42 +08:00
docs fix token expiration 2020-06-11 17:12:14 +08:00
logger update logrus and use glide as dependency management tool. (#30) 2017-08-13 01:53:10 +08:00
request add filed direcive to job 2020-12-29 16:14:42 +08:00
service Merge remote-tracking branch 'gh/master' 2021-06-04 22:09:56 +08:00
template Update template to fit snips change 2017-11-10 14:31:30 +08:00
test 1 fix-go-test-err. 2 refactor exiting testing code. 2018-04-03 17:27:15 +08:00
utils add missing response section 2017-08-01 19:42:29 +08:00
.gitignore makfile: simplify generate target 2017-09-05 17:11:36 +08:00
.travis.yml Update golint 2021-05-24 20:45:06 +08:00
AUTHORS Add jolestar to AUTHORS 2017-01-09 16:21:04 +08:00
CHANGELOG.md Update CHANGELOG.md 2018-03-26 17:48:26 +08:00
LICENSE Initial commit 2016-12-03 18:08:24 +08:00
MAINTAINERS Invite jolestar as the maintainer of the project 2017-09-05 16:01:43 +08:00
Makefile Update github actions 2021-05-24 21:26:00 +08:00
README.md Fix syntax for README.md 2017-03-15 22:45:37 +08:00
glide.yaml update logrus and use glide as dependency management tool. (#30) 2017-08-13 01:53:10 +08:00
go.mod add filed direcive to job 2020-12-29 16:14:42 +08:00
go.sum convert go vendor to go mod 2020-09-23 16:14:45 +08:00
version.go fix the wrong type of input parm for stop lb api 2017-08-28 12:17:56 +08:00
version_test.go Initial commit 2016-12-03 18:08:24 +08:00

README.md

QingCloud SDK for Go

Build Status Go Report Card API Reference License

The official QingCloud SDK for the Go programming language.

Getting Started

Installation

Refer to the Installation Guide, and have this SDK installed.

Preparation

Before your start, please go to QingCloud Console to create a pair of QingCloud API AccessKey.

API AccessKey Example:

qy_access_key_id: 'ACCESS_KEY_ID_EXAMPLE'
qy_secret_access_key: 'SECRET_ACCESS_KEY_EXAMPLE'

Usage

Now you are ready to code. You can read the detailed guides in the list below to have a clear understanding.

Checkout our releases and change logs for information about the latest features, bug fixes and new ideas.

Reference Documentations

Contributing

  1. Fork it ( https://github.com/yunify/qingcloud-sdk-go/fork )
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -asm 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create a new Pull Request

LICENSE

The Apache License (Version 2.0, January 2004).