Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Added option to fetch venue.shortUrl as venue.short_url
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentk committed May 24, 2011
1 parent 111c329 commit fa4a776
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vendor/plugins/quimby/lib/foursquare/venue.rb
Expand Up @@ -57,6 +57,12 @@ def icon
primary_category ? primary_category["icon"] : "https://foursquare.com/img/categories/none.png"
end

# returns the venue short url
# https://developer.foursquare.com/docs/venues/venues.html
def short_url
@json["shortUrl"]
end

def photos_count
@json["photos"]["count"]
end
Expand Down

0 comments on commit fa4a776

Please sign in to comment.