/eve-crest

Library for the Eve Online CREST API ----> Deprecated

Primary LanguageJavaApache License 2.0Apache-2.0

DEPRECATED

CCP switched of the XML and CREST API on May 8th, 2018. Therefore this library is useless from that day on.

See: https://developers.eveonline.com/blog/article/important-information-on-the-future-of-the-eve-api

eve-crest

Library for the Eve Online CREST API

Build Status SonarQube Coverage

Implemented Endpoints

  • Status - "/"
  • Item types - "/types/"
  • Market Prices - "/market/prices/"
  • Industry Systems Cost Index - "/industry/systems/"
  • Industry Facilities - "/industry/facilities/"

Unit Tests

The default unit tests are offline against some data downloaded from the API. The online tests are disabled by default and can be executed with:

mvn clean test -Donline=true

ToDo

  • Get Description for ItemTypes
  • SolarSystems - "/solarsystems/XXXXX/"
  • Add rest of calls

Documentation