Coder Social home page Coder Social logo

stachu540 / hirezapi Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 1.0 1.53 MB

Reactive Java API Wrapper for Hi-Rez Studios games. (looking for maintainer)

License: MIT License

Java 92.87% Kotlin 7.13%
java smite paladins hi-rez api-wrapper reactive realm-royale rxjava3

hirezapi's Introduction

Build Status Download Javadoc

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.