Page 1 of 1

New Java RPC API

Posted: Thu Dec 02, 2010 10:58 pm
by benow
Heyas, I've built up a Java API for the JSON RPC. It's a small api that facilitates access to the JSON RPC for Java apps, removing the need for knowing field names, parsing json, etc. It's also built in such a way that it is useful even as the spec changes, so that older versions remain useful, etc.

It can be found here:
http://benow.ca/projects/Transmission%20Java%20Client/

Perhaps it could be added to the Add-Ons (resources.php) page?

Re: New Java RPC API

Posted: Fri Dec 03, 2010 5:21 pm
by Jordan
I've added this to the resources page. Thanks for the link :)