erepublik-api @ google code

Day 1,375, 17:35 Published in Austria Austria by GazonkFoo

Hi Guys!

I have managed to create a project on google code for my little library:
http://code.google.com/p/erepublik-api/

I need to point out that this is not intended for the "average" user.
It may only be valuable to developers who implement own applications utilizing the eRepublik API (feeds).

I have released this under the Apache License, so you may use, modify and redistribute this in any way you like.

Note that the code is still undocumented and the tests are a work in progress.
The build process is using ANT and the project is developed in eclipse.

I give you some lines of code as a kick start reference 😉 :
IERepublikService eRepublik = ERepublikServiceImpl.getInstance();
Citizen gazonkFoo = eRepublik.getCitizen(4985623);
System.out.println(gazonkFoo.getName());


I have dropped some of the crappy example apps from this but the CLI is still included.
This allows you to execute any call you like on a commmand line:
java -jar erepublik-api.jar getCitizen 4985623

This would display all the info about me 😛

EDIT: sorry forrgot the most important part:
If any java developer is willing to join this project, just drop me a message! Anybody who likes to contribute is very welcome!!!