Skip to content

nick-fedesna/eveapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eveapi

A Java library for accessing EVE Online API using Square Retrofit with Simple XML processing.

Simple usage example:
	CharApiHelper helper = new CharApiHelper(key, code);
    helper.setCharacterID(helper.getCharacters().characters.get(0).characterID);
    CharacterSheet sheet = helper.getCharacterSheet();

About

EVE Online API using Square's Retrofit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors