Go to file
Jingwen Peng f2622fbbf8
Initial commit
Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
2016-12-03 18:08:24 +08:00
config Initial commit 2016-12-03 18:08:24 +08:00
docs Initial commit 2016-12-03 18:08:24 +08:00
logger Initial commit 2016-12-03 18:08:24 +08:00
request Initial commit 2016-12-03 18:08:24 +08:00
service Initial commit 2016-12-03 18:08:24 +08:00
template Initial commit 2016-12-03 18:08:24 +08:00
test Initial commit 2016-12-03 18:08:24 +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 Initial commit 2016-12-03 18:08:24 +08:00
.travis.yml Initial commit 2016-12-03 18:08:24 +08:00
AUTHORS Initial commit 2016-12-03 18:08:24 +08:00
CHANGELOG.md Initial commit 2016-12-03 18:08:24 +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 Initial commit 2016-12-03 18:08:24 +08:00
README.md Initial commit 2016-12-03 18:08:24 +08:00
version.go Initial commit 2016-12-03 18:08:24 +08:00
version_test.go Initial commit 2016-12-03 18:08:24 +08:00

README.md

QingCloud SDK for Go

[![Build Status](https://travis-ci.org/yunify/qingcloud-sdk-go.svg?branch=master)](https://travis-ci.org/yunify/qingcloud-sdk-go) [![API Reference](http://img.shields.io/badge/api-reference-green.svg)](http://docs.qingcloud.com) [![License](http://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/yunify/qingcloud-sdk-go/blob/master/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).