在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):HypixelDev/PublicAPI开源软件地址(OpenSource Url):https://github.com/HypixelDev/PublicAPI开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Hypixel Public API (Java)This is a Java implementation of the Hypixel API. For discussing the API, requesting help or suggestions you can use the GitHub Discussions. DocumentationHypixel Public API documentation can be found at https://api.hypixel.net/. Java documentation can be found in the code. GitHub IssuesGitHub issues should only be used to report bugs. Everything else should either be in GitHub discussions or use the Hypixel Code Creations forum. UsageYou can use this API as a dependency via the public Hypixel maven repo. You can also use the Example Code as a good starting point. Hypixel Maven Repo<repository>
<id>Hypixel</id>
<url>https://repo.hypixel.net/repository/Hypixel/</url>
</repository> This repo can also be used with Gradle. repositories {
maven { url 'https://repo.hypixel.net/repository/Hypixel/' }
} TransportsWe include three built-in options for communicating with the Hypixel API, you can include either of these or even include the core API directly and create your own instance of HypixelHTTPClient.
DependenciesThe Hypixel API Core implementation has the following dependencies: Transports will also have dependencies where required. ContributingWhen contributing changes to the Java API please provide as much detail on the changes and the reasons for them. We will not accept changes that have no meaningful contribution to the project. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论