Skip to content

qingstor-incubating/qingstor-sdk-net

Repository files navigation

QingStor SDK for .NET

Build Status API Reference License

The official QingStor SDK for the .NET Framework. The version of the Target Framework must be >= 3.5.

Getting Started

Installation

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

Preparation

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

API AccessKey Example:

access_key_id: ACCESS_KEY_ID_EXAMPLE
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/qingstor-sdk-net/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 1.0, May 2017).