⚙️API

The API file is published to Jitpack at: https://jitpack.io/#anhcraft/Vouchers Maven example:

<repository>
   <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

<dependency>
   <groupId>com.github.anhcraft</groupId>
   <artifactId>Vouchers</artifactId>
   <version>Tag</version>
</dependency>

The API instance can be obtained from ApiProvider

VouchersApi api = ApiProvider.getApi();

Javadoc is not yet published. You can view it directly from the source: https://github.com/anhcraft/Vouchers/tree/main/api/src/main/java/dev/anhcraft/vouchers/api

Last updated