version1.2.4 add getFlinkJobs api
The Huawei Cloud CS Sdk enables Scala and Java developers to easily work with Huawei Cloud CS. You can get started in minutes using Maven or sbt.
Quick links:
GPG_TTY=$(tty);export GPG_TTY;mvn clean deploy -Dgpg.passphrase=xxxx
add the distributionManagement to the pom. # todo add deploy script
distributionManagement
<distributionManagement> <snapshotRepository> <id>oss-snapshot</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>oss-release</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement>
... //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); ...
Apache License 2.0
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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. You can get started in minutes using Maven or sbt.
Quick links:
SDK
Deploy to OSS
add the
distributionManagementto the pom. # todo add deploy scriptUser authorization
Licence
Apache License 2.0