Skip to content

godcipher/Paladins-Wrapper

 
 

Repository files navigation

Paladins

A Paladins API wrapper for Java

📎 My Objective

I created this wrapper, to use in my projects. I have no intention of keeping myself 100% up to date. If you want to use it, you will have a small example below, and it contains documentation in the project classes.

I'm sorry my english is bad.

📀 Dependencies

The dependencies are inside build.gradle

📰 Add your dependencies!

  • Gradle
repositories {
     maven { url 'https://jitpack.io' }
}

dependencies {
     compile 'com.github.Cristian-Sknz:Paladins-Wrapper:VERSION'
}
  • Maven
<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.Cristian-Sknz</groupId>
    <artifactId>Paladins-Wrapper</artifactId>
    <version>VERSION</version>
</dependency>

👨‍🏫 Simple Use

I recommend that you read the official Documentation to know the limits of the API and among other things.
To see how the Wrapper works click here to be redirected to the Wiki.

Paladins /Realm API Developer Guide
Json API Responses

This project is not complete, I intend to update whenever I can. Thanks for reading me :D

About

An unofficial version of the Paladins API for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%