Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 646 Bytes

lib-poe

lib-poe is a Java library to parse the Path of Exile json api for player stashes into a high level API for general purpose use.

Todo

This project is in its very early stages, and thus lacks a lot of relevant things. Things to do include:

  • Programmatic retrieval of API data - Partially complete
  • Parsing items into subclasses (Maps, Currency, Gems, etc)
  • Utility methods for simplifying retrieval of commonly used values
  • Search functionality

Contribute

This is an open source project under the Simplified BSD License (see LICENSE.md for details), anyone is free to fork and/or contribute to this project.