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.
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
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.