-
Notifications
You must be signed in to change notification settings - Fork 0
JAuction Server
servasat edited this page Jun 7, 2011
·
30 revisions
The jAuction Server provides a JSON API, the specification to which you find here.
- get_commands
- login
- signup
- get_money
- get_stock
- get_stock_all
- get_resource
- get_resource_all
- get_auctions
- get_auctions_all
- buy_auction
- cancel_auction
- create_auction
It is written in Java and requires following libs:
- commons-io
- commons-lang
- commons-logging
- libjson
It is written and maintained by Michael Gerber.