Android Market API

This is a thin JRuby wrapper for the Android Market API Java project.

It's a new project and only some parts of the protocol have been implemented.

Synopis

require 'android-market/session'
session = AndroidMarket::Session.new

# search apps
session.search("foo")

# retrieve comments for an app
session.comments("com.example.my.project")