https://github.com/stachu540/hirezapi
Reactive Java API Wrapper for Hi-Rez Studios games. (looking for maintainer)
https://github.com/stachu540/hirezapi
api-wrapper hi-rez java paladins reactive realm-royale rxjava3 smite
Last synced: 8 months ago
JSON representation
Reactive Java API Wrapper for Hi-Rez Studios games. (looking for maintainer)
- Host: GitHub
- URL: https://github.com/stachu540/hirezapi
- Owner: stachu540
- License: mit
- Created: 2017-07-04T05:54:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T11:57:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T03:51:17.108Z (9 months ago)
- Topics: api-wrapper, hi-rez, java, paladins, reactive, realm-royale, rxjava3, smite
- Language: Java
- Homepage:
- Size: 1.49 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/stachu540/HiRezAPI/actions?query=workflow%3ACI)
[](https://bintray.com/stachu540/Java/HiRezAPI/_latestVersion)
[](https://stachu540.github.io/HiRezAPI)
# HiRezAPI
Java-Based API Wrapper for Hi-Rez Studios games. Currently supports:
* [Smite](https://smitegame.com/)
* [Paladins](https://paladins.com/)
* [Realm Royale](https://realmroyale.com/)
## Features
All features will be on [Project](https://github.com/stachu540/HiRezAPI/projects/5) 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.
```xml
jcenter
https://jcenter.bintray.com
com.github.stachu540
HiRezAPI-all
3.1.0
```
#### Gradle
Add to `build.gradle` build.
```groovy
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](https://github.com/stachu540/HiRezAPI/wiki).
## Question and suggestions
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) 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.