Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 714 Bytes

File metadata and controls

28 lines (20 loc) · 714 Bytes

Logo - ProximaAPI

The ProximaAPI provides microservices and proxy-plugins access to the cloud of MineValleyEU.

Note

The repository is fully documented.

Maven Integration

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>