Go to file
Jingwen Peng 32ae252365 Fix syntax for README.md
Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
2017-03-15 22:45:37 +08:00
config Initial commit 2016-12-03 18:08:24 +08:00
docs Update code example in docs 2017-01-05 22:32:49 +08:00
logger Fix logger output format 2017-01-05 22:32:49 +08:00
request signer: Should not convert "%2B" to "+" 2017-01-15 22:23:47 +08:00
service Fix Features type in RouterVxNet 2017-03-14 17:29:28 +08:00
template set log level when init 2017-01-17 19:48:15 +08:00
test Update test to match latest changes 2017-01-05 22:32:49 +08:00
utils Initial commit 2016-12-03 18:08:24 +08:00
vendor Initial commit 2016-12-03 18:08:24 +08:00
.gitignore add idea to gitignore 2017-01-05 17:40:53 +08:00
.travis.yml Initial commit 2016-12-03 18:08:24 +08:00
AUTHORS Add jolestar to AUTHORS 2017-01-09 16:21:04 +08:00
CHANGELOG.md Version 2.0.0-alpha.4 2017-03-14 17:29:28 +08:00
LICENSE Initial commit 2016-12-03 18:08:24 +08:00
MAINTAINERS Initial commit 2016-12-03 18:08:24 +08:00
Makefile makefile: Stop releasing binary 2017-03-14 17:29:28 +08:00
README.md Fix syntax for README.md 2017-03-15 22:45:37 +08:00
version.go Version 2.0.0-alpha.4 2017-03-14 17:29:28 +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).