Hi, I'm trying to host a Ruby app on the App Engine. I'd like to get the serving URL for images to be able to use the GAE Image API for resizing, cropping, etc.
Is it possible to do that with the Ruby client? I started digging into the Python function code but it got a bit hairy :)