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

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)

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/stachu540/HiRezAPI/workflows/CI/badge.svg)](https://github.com/stachu540/HiRezAPI/actions?query=workflow%3ACI)
[![Download](https://api.bintray.com/packages/stachu540/Java/HiRezAPI/images/download.svg)](https://bintray.com/stachu540/Java/HiRezAPI/_latestVersion)
[![Javadoc](https://img.shields.io/static/v1.svg?label=all&message=Javadoc&color=sucess&style=flat&logoColor=sucess&logo=java)](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.