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

API Usage

For API usage, see API Usage guidelines.

For available REST APIs, see REST API in Open Telekom Cloud Documentation.