You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Alibaba Cloud SDK for .NET allows you to access Alibaba Cloud services such as Elastic Compute Service (ECS), Server Load Balancer (SLB), CloudMonitor, etc. You can access Alibaba Cloud services without the need to handle API related tasks, such as signing and constructing your requests.
22
17
23
-
24
18
## Troubleshoot
25
-
[Troubleshoot](https://troubleshoot.api.aliyun.com/?source=github_sdk) Provide OpenAPI diagnosis service to help developers locate quickly and provide solutions for developers through `RequestID` or `error message`.
26
19
20
+
[Troubleshoot](https://api.aliyun.com/troubleshoot?source=github_sdk) Provide OpenAPI diagnosis service to help developers locate quickly and provide solutions for developers through `RequestID` or `error message`.
27
21
28
22
## Online Demo
29
-
[OpenAPI Workbench](https://next.api.aliyun.com) provides the ability to call the cloud product OpenAPI online, generates SDK Example code dynamically and retrieves interface quickly, which can lessen the difficultly of using the Alibaba Cloud API significantly.
30
23
24
+
[Alibaba Cloud OpenAPI Developer Portal](https://api.aliyun.com) provides the ability to call the cloud product OpenAPI online, generates SDK Example code dynamically and retrieves interface quickly, which can lessen the difficultly of using the Alibaba Cloud API significantly.
31
25
32
26
## Requirements
33
-
- The Alibaba Cloud SDK for .NET requires:
34
-
-**.NET Framework 4.5** and above
35
-
-**.NET Standard 2.0** and above
36
-
-**C# 4.0** and above
37
27
28
+
- The Alibaba Cloud SDK for .NET requires:
29
+
-**.NET Framework 4.5** and above
30
+
-**.NET Standard 2.0** and above
31
+
-**C# 4.0** and above
38
32
39
33
## Installation
34
+
40
35
You should install [ECS Nuget Package](https://www.nuget.org/packages/aliyun-net-sdk-ecs/) when you are using ECS Product. If you want to install a specific version, please add `--version` or it will install the latest version of this package.
41
36
42
37
Use .NET CLI ( Recommand )
@@ -47,8 +42,8 @@ Use Package Manager
47
42
48
43
Install-Package aliyun-net-sdk-ecs
49
44
50
-
51
45
## Quick Examples
46
+
52
47
At the beginning, you need to sign up for an Alibaba Cloud account and retrieve your [Credentials](https://usercenter.console.aliyun.com/#/manage/ak).
53
48
>**Note:** To increase the security of your account, we recommend that you can use the AccessKey of the RAM user to access Alibaba Cloud services.
54
49
@@ -102,6 +97,7 @@ class Program
102
97
```
103
98
104
99
### Use BearerToken to invoke [CCC](https://www.nuget.org/packages/aliyun-net-sdk-ccc/) Product
100
+
105
101
You should install the [CCC Product Nuget Package](https://www.nuget.org/packages/aliyun-net-sdk-ccc/) if you want to run the below demo in your local machine.
106
102
107
103
```csharp
@@ -142,33 +138,32 @@ class Program
142
138
}
143
139
```
144
140
145
-
146
141
## Documentation
147
-
*[Requirements](docs/0-Requirements-EN.md)
148
-
*[SSL Verify](docs/1-Verify-EN.md)
149
-
*[Debug](docs/2-Debug-EN.md)
150
-
*[Proxy](docs/3-Proxy-EN.md)
151
-
*[Timeout](docs/4-Timeout-EN.md)
152
-
*[Product Nuget Package](docs/5-Packages-EN.md)
153
-
*[Log](docs/6-Log-EN.md)
154
-
*[Client & Credentials](docs/7-Client-EN.md)
155
-
*[Endpoint](docs/8-Endpoint-EN.md)
156
142
143
+
-[Requirements](docs/0-Requirements-EN.md)
144
+
-[SSL Verify](docs/1-Verify-EN.md)
145
+
-[Debug](docs/2-Debug-EN.md)
146
+
-[Proxy](docs/3-Proxy-EN.md)
147
+
-[Timeout](docs/4-Timeout-EN.md)
148
+
-[Product Nuget Package](docs/5-Packages-EN.md)
149
+
-[Log](docs/6-Log-EN.md)
150
+
-[Client & Credentials](docs/7-Client-EN.md)
151
+
-[Endpoint](docs/8-Endpoint-EN.md)
157
152
158
153
## Issues
159
-
[Opening an Issue](https://github.com/aliyun/aliyun-openapi-net-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
160
154
155
+
[Opening an Issue](https://github.com/aliyun/aliyun-openapi-net-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
161
156
162
157
## Changelog
163
-
Detailed changes for each release are documented in the [release notes](aliyun-net-sdk-core/ChangeLog.md).
164
158
159
+
Detailed changes for each release are documented in the [release notes](aliyun-net-sdk-core/ChangeLog.md).
165
160
166
161
## API Reference
167
-
You can visit the API and its parameters in [Product List](https://www.alibabacloud.com).
168
162
163
+
You can visit the API and its parameters in [Product List](https://www.alibabacloud.com).
0 commit comments