Skip to content
marensovich edited this page Sep 14, 2025 · 15 revisions

Welcome to the Pterolib wiki!

Here you can learn how to start using the Pterolib library

Below you can select sections in which you can learn how to obtain the information necessary for the library's operation.

Quickstart

Gradle

dependencies {
    implementation 'me.marensovich:pterolib:1.0.0'
}

Maven

<dependency>
    <groupId>me.marensovich</groupId>
    <artifactId>pterolib</artifactId>
    <version>1.0.0</version>
</dependency>

FAQ

What is the difference between ClientAPI and ApplicationAPI

How to get a key for ClientAPI

How to get a key for ApplicationAPI

Clone this wiki locally