SDK overview

更新时间:
复制 MD 格式

The Function AI software development kit (SDK) is a dependency package that simplifies development. It encapsulates underlying API calls to help you deploy and manage projects. This lets you focus on your business logic instead of operations and maintenance.

SDK list

SDK list

Download link

Quick installation method

Detailed user guide

Golang SDK

go-devs-20230714

go get github.com/alibabacloud-go/devs-20230714

Use the Alibaba Cloud Go SDK in an IDE

Java SDK

java-devs-20230714

<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>devs20230714</artifactId>
  <version>2.4.1</version>
</dependency>

Use the Alibaba Cloud Java SDK in an IDE

Python 3 SDK

python-devs-20230714

pip install alibabacloud_devs20230714

Use the Alibaba Cloud Python SDK in an IDE

PHP SDK

php-devs-20230714

composer require alibabacloud/devs-20230714

Use the Alibaba Cloud PHP SDK in an IDE

Node.js SDK

nodejs-devs-20230714

npm install --save @alicloud/devs20230714

Use the Alibaba Cloud Node.js SDK in an IDE

C# SDK

csharp-devs-20230714

dotnet add package AlibabaCloud.SDK.Devs20230714

Use the Alibaba Cloud .NET SDK in an IDE

SDK usage examples

You can use the multi-language SDK demos at the API level to test your code. For sample code, see OpenAPI Explorer in the Developer Hub.

Note

Before you use the sample code, note the following parameters.