New Java API on SourceForge

Mark Manes's Avatar

Mark Manes

22 Sep, 2010 03:47 AM via web

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

  1. Support Staff 2 Posted by hasan on 22 Sep, 2010 08:25 AM

    hasan's Avatar

    Thank You very much Mark, that's amazing.

  2. 3 Posted by Mark Manes on 24 Sep, 2010 02:33 AM

    Mark Manes's Avatar

    You are very welcome!

    For those interested, I've just released version 0.1 beta at http://sourceforge.net/projects/libputio/.

    Regards,

    Mark

  3. 4 Posted by Steven_Schoen on 26 Apr, 2011 03:25 PM

    Steven_Schoen's Avatar

    Is this project still alive?

  4. 5 Posted by Mark Manes on 27 Apr, 2011 12:55 AM

    Mark Manes's Avatar

    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?

  5. hasan closed this discussion on 26 Jul, 2011 09:01 AM.

Comments are currently closed for this discussion. You can start a new one.