HiRezAPI
Reactive Java API Wrapper for Hi-Rez Studios games. (looking for maintainer)
Install / Use
/learn @stachu540/HiRezAPIREADME
HiRezAPI
Java-Based API Wrapper for Hi-Rez Studios games. Currently supports:
Features
All features will be on Project tab
Getting Started
Request API access
To access the APIs you'll need your own set of credentials which consist of a Developer ID (devId) and an Authentication Key (authKey). To getting those credentials, you need filling form on this link: https://fs12.formsite.com/HiRez/form48/secure_index.html
Sample supported builds
Maven
Add to pom.xml build.
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.stachu540</groupId>
<!--for all games-->
<artifactId>HiRezAPI-all</artifactId>
<!--for paladins-->
<!--<artifactId>HiRezAPI-paladins</artifactId>-->
<!--for smite-->
<!--<artifactId>HiRezAPI-smite</artifactId>-->
<!--for realm royale-->
<!--<artifactId>HiRezAPI-realm</artifactId>-->
<version>3.1.0</version>
</dependency>
</dependencies>
Gradle
Add to build.gradle build.
repositories {
jcenter()
}
dependencies {
// for all games
implementation("com.github.stachu540:HiRezAPI-all:3.1.0")
// for paladins
// implementation("com.github.stachu540:HiRezAPI-paladins:3.1.0")
// for smite
// implementation("com.github.stachu540:HiRezAPI-smite:3.1.0")
// for realm royale
// implementation("com.github.stachu540:HiRezAPI-realm:3.1.0")
}
For starting using script check Wiki page.
Question and suggestions
Any more questions or some suggestions changes are welcome. Don't be shy, just open your Issues if you have some problem. Pull Request's and any other contribution are welcome.
Disclaimer
HiRezAPI is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Hi-Rez Studios, Inc.
Related Skills
node-connect
347.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
