https://github.com/yunify/qingcloud-sdk-go
The official QingCloud SDK for the Go programming language.
https://github.com/yunify/qingcloud-sdk-go
go golang qingcloud-apis qingcloud-sdk
Last synced: 9 months ago
JSON representation
The official QingCloud SDK for the Go programming language.
- Host: GitHub
- URL: https://github.com/yunify/qingcloud-sdk-go
- Owner: yunify
- License: apache-2.0
- Created: 2016-12-03T09:35:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T08:39:58.000Z (about 1 year ago)
- Last Synced: 2025-04-17T23:47:10.238Z (about 1 year ago)
- Topics: go, golang, qingcloud-apis, qingcloud-sdk
- Language: Go
- Size: 1.83 MB
- Stars: 29
- Watchers: 13
- Forks: 42
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# QingCloud SDK for Go
[](https://travis-ci.org/yunify/qingcloud-sdk-go)
[](https://goreportcard.com/report/github.com/yunify/qingcloud-sdk-go)
[](http://docs.qingcloud.com)
[](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](docs/installation.md), and have this SDK installed.
### Preparation
Before your start, please go to [QingCloud Console](https://console.qingcloud.com/access_keys/) to create a pair of QingCloud API AccessKey.
___API AccessKey Example:___
``` yaml
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.
- [Configuration Guide](docs/configuration.md)
- [QingCloud Service Usage Guide](docs/qingcloud_service_usage.md)
Checkout our [releases](https://github.com/yunify/qingcloud-sdk-go/releases) and [change logs](https://github.com/yunify/qingcloud-sdk-go/blob/master/CHANGELOG.md) for information about the latest features, bug fixes and new ideas.
## Reference Documentations
- [QingCloud Documentation Overview](https://docs.qingcloud.com)
- [QingCloud APIs](https://docs.qingcloud.com/api/index.html)
## 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).