The ProximaAPI provides microservices and proxy-plugins access to the cloud of MineValleyEU.
Note
The repository is fully documented.
To use the ProximaAPI in your microservice, we provide a Maven repository hosted on GitHub.
Before proceeding, ensure you’ve added a token to your settings.xml file (details below).
<repository>
<id>proxima-api</id>
<url>https://maven.pkg.github.com/MineValley/ProximaAPI</url>
</repository><dependency>
<groupId>eu.minevalley</groupId>
<artifactId>proxima-api</artifactId>
<version>1.0.0</version>
</dependency>