The project infrastructure is all in place and most Tumblr post types can be read out using a couple lines of code.

The test cases include examples on how to use the api directly and others that use it through Spring.

The code has no dependencies on Spring so it’s up to you.

Quick reminder that the code is here. There is no downloadable version yet, but there is a JAR in the source code which can be used directly.

Obvious future plans include:

  • Add write possibilities
  • Finish the authentication part
  • Proper logging
  • Proper error handling