# huaweicloud-cs-sdk **Repository Path**: mirrors_huaweicloud/huaweicloud-cs-sdk ## Basic Information - **Project Name**: huaweicloud-cs-sdk - **Description**: Huawei CloudStream Service SDK and example for Java and Scala. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Huawei Cloud CS SDK for Scala and Java The Huawei Cloud CS Sdk enables Scala and Java developers to easily work with [Huawei Cloud CS](http://www.huaweicloud.com/en-us/product/cs.html). You can get started in minutes using **Maven** or **sbt**. Quick links: - [SDK Homepage](http://developer.huaweicloud.com/dev/sdk?all) - [issue](https://github.com/huaweicloudsdk/huaweicloud-cs-sdk/issues) - [CS Homepage](http://www.huaweicloud.com/en-us/product/cs.html), or Chinese language site [实时流计算服务](http://www.huaweicloud.com/product/cs.html) ## SDK - **huaweicloud-cs-java-sdk** is for Java ## Deploy to OSS ``` GPG_TTY=$(tty);export GPG_TTY;mvn clean deploy -Dgpg.passphrase=xxxx ``` add the `distributionManagement` to the pom. # todo add deploy script ``` oss-snapshot https://oss.sonatype.org/content/repositories/snapshots oss-release https://oss.sonatype.org/service/local/staging/deploy/maven2/ ``` ## User authorization ```java ... //create API client ApiClient apiClient = new ApiClient("regionName"); //use token authentication method apiClient.useToken("accountName", "userName", "password", "projectId"); //or use authentication method with aksk apiClient.useAksk("ak", "sk"); JobApi jobApi = new JobApi(apiClient); ... ``` ## Licence [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)