Getting started with the OTC Java SDK v1¶
Installing libraries¶
These libraries are available through:
Install libraries to local .m2 repository
# Check out the repository with tag v1.0.0
git clone --branch v1.0.0 --single-branch "https://github.com/opentelekomcloud-community/otc-java-sdk-v1.git"
# change to folder
cd otc-java-sdk-v1
# run maven clean install
mvn clean install
Add following dependencies to your pom:
<dependencies>
...
<dependency>
<groupId>io.github.opentelekomcloud-community</groupId>
<artifactId>otc-sdk-v1-core</artifactId>
<version>1.0.0</version>
</dependency>
...
</dependencies>
API Usage¶
For API usage, see API Usage guidelines.
For available REST APIs, see REST API in Open Telekom Cloud Documentation.