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!
- Host: GitHub
- URL: https://github.com/kevinpriv/hypixelapi4j
- Owner: KevinPriv
- License: mit
- Created: 2017-10-07T18:52:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T20:35:26.000Z (over 7 years ago)
- Last Synced: 2025-04-07T04:28:33.293Z (2 months ago)
- Topics: api, getters, hypixel, hypixel-api, json, mojang-api, parse, parser
- Language: Java
- Homepage:
- Size: 230 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/examplesDownloads
-
https://github.com/KevinPriv/HypixelApi4J/releasesGradle
-
```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:
```xmlcom.github.KevinPriv
HypixelApi4J
API-1.7```