Skip to content

A Java library for working with the Battle.net API.

Notifications You must be signed in to change notification settings

HF-Solutions/Algalon

Repository files navigation

Dependency Status

forthebadge

Algalon_Icon

Purpose

Algalon is a Java library with the purpose of making it easier to access the Battle.net API and the data it exposes. Currently, I am adding support for the three games available at the time of writing this (WoW, D3, SC2) with WoW being the first.

Sole Dependency (Gson)

The com.google.code.gson library is the sole dependency and it is used to convert JSON data that is returned from the API endpoints into Java objects. It is also used to convert the Java objects to their JSON form if desired.

TODO

  • Finish adding support for WoW API Calls
    • Add network calls to WoWCommunityRequest
    • Add data models for API WoWCommunityRequest
  • Add Javadoc info for WoWCommunityRequest
  • Add support for SC2 API calls
    • Add network calls to SC2Request
    • Add data models for API responses
  • Add support for D3 API calls
    • Add network calls to D3Request
    • Add data models for API responses
  • Add support for OAuth2

Licensing

Algalon is shared under the MIT License.