An open API service indexing awesome lists of open source software.

https://github.com/kevinpriv/hypixelapi4j

Allows full access to the HypixelAPI and MojangAPI vai dataclasses for easy and efficent usage!
https://github.com/kevinpriv/hypixelapi4j

api getters hypixel hypixel-api json mojang-api parse parser

Last synced: about 1 month ago
JSON representation

Allows full access to the HypixelAPI and MojangAPI vai dataclasses for easy and efficent usage!

Awesome Lists containing this project

README

        

# HypixelApi4J
Parses the Hypixel API and allows easy access by getters
Now includes full MojangAPI suppport!

Examples:
-
https://github.com/KevinPriv/HypixelApi4J/tree/master/src/test/java/examples

Downloads
-
https://github.com/KevinPriv/HypixelApi4J/releases

Gradle
-
```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```
Adding the dependency:
```gradle
dependencies {
compile "com.github.KevinPriv:HypixelApi4J:API-1.7"
}

```
Maven
-
```xml


jitpack.io
https://jitpack.io


```
Adding the dependency:
```xml

com.github.KevinPriv
HypixelApi4J
API-1.7

```