> I want to explicitely handle redirects, so I'm not using SimplifiedClient.
You can use SimplifiedClient AND explicitly handle redirects. I know, it's my fault for not providing documentation. You initialize SimplifiedClient with a Params object. If you set "autoRedirect" to false on that params object, then it will not handle redirects for you. > My question is this: Are there helper classes that parse the metadata > for me? Especially since you're discussing radical changes in the > metadata format. Or do I have to copy and paste the relevant lines from > SimplifiedClient? You can use any of SimplifiedClient's utility methods. All methods are public. If you find that there's a new utility method that would be really useful to you, I'll be happy to add it. SimplifiedClient only exists to
