This wrapper makes it easy to use the new Contabo API with Java 8 or higher.
All endpoints are implemented; it is possible to use all functionalities of the API. Just not with convenience methods and classes.
This library is hosted under the comroid repository at maven.comroid.org
Alternatively, it is possible to use the JitPack Pipeline to aquire all modules.
repositories {
maven { url 'https://maven.comroid.org' }
}
dependencies {
implementation 'org.comroid:contabo-api:0.1.+'
}
<repositories>
<repository>
<id>comroid</id>
<url>https://maven.comroid.org</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>contabo-api</artifactId>
<version>0.1.0.1640455686</version> <!-- or higher -->
</dependency>
</dependencies>