New Java API on SourceForge
Hello all,
I just wanted to let you know that I've started a Java API project at http://sourceforge.net/projects/libputio/. It is nearly complete, with only the transfers API left to implement, and that should be done by weeks end.
I haven't written any documentation yet, but it's extremely easy to use:
Requestor.instance().setThreadCredentials( "TEST", "TEST" );
List items = new Item().list();
All classes are thread safe, but you set the API credentials on each thread. If you want to use multiple accounts, either call setThreadCredentials() before each operation, or start a new thread.
The API is not finalized yet, but feel free to browse the source and provide comments and expect some changes before I release 0.1 beta.
Thank you put.io for creating an awesome service!
-Mark Manes
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by hasan on 22 Sep, 2010 08:25 AM
Thank You very much Mark, that's amazing.
3 Posted by Mark Manes on 24 Sep, 2010 02:33 AM
You are very welcome!
For those interested, I've just released version 0.1 beta at http://sourceforge.net/projects/libputio/.
Regards,
Mark
4 Posted by Steven_Schoen on 26 Apr, 2011 03:25 PM
Is this project still alive?
5 Posted by Mark Manes on 27 Apr, 2011 12:55 AM
Well, I've fixed a couple of bugs in SVN since the first tarball release and had some ideas on a different architecture, but other projects have kept me from working on it.
Are there any changes you'd like to propose?
hasan closed this discussion on 26 Jul, 2011 09:01 AM.