Module: Gowallacheckins

Defined in:
lib/gowallacheckins.rb

Class Method Summary collapse

Class Method Details

.findme(username) ⇒ Object

very simple



6
7
8
9
10
# File 'lib/gowallacheckins.rb', line 6

def self.findme(username)
  retryable(:tries => 5, :on => IOError) do
    HTTParty::get("http://gowalla.com/users/#{username}/checkins.json").to_hash
  end
end