untappd 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- untappd (4.0.0)
4
+ untappd (4.0.1)
5
5
  hashie (>= 1.0.0)
6
6
  httparty (>= 0.7.3)
7
7
 
@@ -10,12 +10,12 @@ GEM
10
10
  specs:
11
11
  diff-lcs (1.1.3)
12
12
  fakeweb (1.3.0)
13
- hashie (1.2.0)
14
- httparty (0.10.0)
15
- multi_json (~> 1.0)
16
- multi_xml
17
- multi_json (1.5.0)
18
- multi_xml (0.5.2)
13
+ hashie (2.0.5)
14
+ httparty (0.12.0)
15
+ json (~> 1.8)
16
+ multi_xml (>= 0.5.2)
17
+ json (1.8.1)
18
+ multi_xml (0.5.5)
19
19
  rake (10.0.2)
20
20
  rspec (2.12.0)
21
21
  rspec-core (~> 2.12.0)
@@ -5,15 +5,30 @@ module Untappd
5
5
  end
6
6
 
7
7
  # options:
8
- # * since (int, optional) - The numeric ID of the most recent check-in.
8
+ # * min_id (int, optional) - The numeric ID of the most recent check-in.
9
+ # * max_id (int, optional) - The checkin ID that you want the results to start with
10
+ # * limit (int, optional) - The number of results to return, max of 50, default is 25
11
+ def self.feed(options={})
12
+ options.merge!(auth_options)
13
+ response_to_mash get("/thepub", :query => options)
14
+ end
15
+
16
+ # options:
17
+ # * min_id (int, optional) - The numeric ID of the most recent check-in.
9
18
  # * lng (float, optional) - The numeric Latitude to filter the public feed.
10
19
  # * lat (float, optional) - The numeric Longitude to filter the public feed.
11
20
  # * radius (int, optional) - The max radius you would like the check-ins to start within
12
21
  # * max_id (int, optional) - The checkin ID that you want the results to start with
13
22
  # * limit (int, optional) - The number of results to return, max of 50, default is 25
14
- def self.feed(options={})
23
+ def self.local_feed(lng, lat, radius, options={})
15
24
  options.merge!(auth_options)
16
- response_to_mash get("/thepub", :query => options)
25
+ options.merge!({
26
+ :lng => lng,
27
+ :lat => lat,
28
+ :radius => radius
29
+ })
30
+
31
+ response_to_mash get("/thepub/local", :query => options)
17
32
  end
18
33
 
19
34
  # options:
@@ -1,3 +1,3 @@
1
1
  module Untappd
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
@@ -41,5 +41,12 @@ describe "Checkin" do
41
41
  checkins = Untappd::Checkin.feed
42
42
  checkins.checkins.items.first.beer.beer_name.should == "Harvest Ale"
43
43
  end
44
+
45
+ it "gets thepub local feed", :vcr do
46
+ checkins = Untappd::Checkin.local_feed(-87.6353645, 41.8883695, 1)
47
+ checkins.checkins.items.count.should be(25)
48
+ checkins.checkins.items.first.beer.beer_name.should == "The Torch"
49
+ checkins.checkins.items.first.venue.venue_name.should == "Haymarket Pub & Brewery"
50
+ end
44
51
  end
45
52
  end
@@ -0,0 +1,244 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.untappd.com/v4/thepub/local?client_id=<UNTAPPD_CLIENT_ID>&client_secret=<UNTAPPD_CLIENT_SECRET>&lng=-87.6353645&lat=41.8883695&radius=1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Sat, 02 Mar 2013 23:59:06 GMT
17
+ server:
18
+ - Apache
19
+ set-cookie:
20
+ - BALANCEID=balancer.as0; path=/; domain=.untappd.com
21
+ x-powered-by:
22
+ - PHP/5.3.3-1ubuntu9.10
23
+ x-ratelimit-limit:
24
+ - '100'
25
+ x-ratelimit-remaining:
26
+ - '85'
27
+ x-auth-type:
28
+ - key
29
+ access-control-allow-origin:
30
+ - ! '*'
31
+ connection:
32
+ - close
33
+ transfer-encoding:
34
+ - chunked
35
+ content-type:
36
+ - application/json
37
+ body:
38
+ encoding: US-ASCII
39
+ string: ! '{"meta":{"code":200,"response_time":{"time":1.854,"measure":"seconds"}},"notifications":[],"response":{"pagination":{"next_url":"http:\/\/api.untappd.com\/v4\/thepub\/local?max_id=23754923&lat=41.8883695&lng=-87.6353645","max_id":23754923,"since_url":"http:\/\/api.untappd.com\/v4\/thepub\/local?min_id=23761941&lat=41.8883695&lng=-87.6353645"},"radius":"1","checkins":{"count":25,"items":[{"checkin_id":23761941,"distance":0.678,"created_at":"Sat,
40
+ 02 Mar 2013 23:56:31 +0000","rating_score":4,"checkin_comment":"","user":{"uid":393138,"user_name":"FEARDIZ","first_name":"John","last_name":"M.","location":"Plainfield
41
+ IL","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/1bed6ec1030ca096408c04b7b2a446c3?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":100000538488291}},"beer":{"bid":102528,"beer_name":"The
42
+ Torch","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
43
+ Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
44
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
45
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
46
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
47
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23761836,"distance":0.679,"created_at":"Sat,
48
+ 02 Mar 2013 23:56:51 +0000","rating_score":4.5,"checkin_comment":"I like!","user":{"uid":404011,"user_name":"alpharasta","first_name":"sean","last_name":"w.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/e39e8e22d6ec707555116d2e7487f71d_thumb.jpg","contact":{"facebook":716818427}},"beer":{"bid":316578,"beer_name":"Degan
49
+ Imperial IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Imperial
50
+ \/ Double IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
51
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
52
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
53
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
54
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23761754,"distance":0.657,"created_at":"Sat,
55
+ 02 Mar 2013 23:56:05 +0000","rating_score":3,"checkin_comment":"","user":{"uid":12979,"user_name":"hyprlt","first_name":"Pete","last_name":"D.","location":"Lakewood,
56
+ OH","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/5221b46e33f9b3df3ac5a2087fcda41f_thumb.jpg","contact":{"twitter":"pedrodunfiglio","foursquare":13614550,"facebook":12421145}},"beer":{"bid":13282,"beer_name":"Over
57
+ Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-OverAle_13282.jpeg","beer_style":"American
58
+ Brown Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1862,"brewery_name":"Half
59
+ Acre Beer Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HalfAcreBeerCompany_1862.jpeg","country_name":"United
60
+ States","contact":{"twitter":"halfacrebeer","facebook":"https:\/\/www.facebook.com\/HalfAcreBeer","url":"http:\/\/halfacrebeer.com\/"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.9595,"lng":-87.6826},"brewery_active":1},"venue":{"venue_id":35792,"venue_name":"Palmer
61
+ House Hilton","primary_category":"Travel & Transport","parent_category_id":"4d4b7105d754a06379d81259","categories":{"count":1,"items":[{"category_name":"Hotel","category_id":"4bf58dd8d48988d1fa931735","is_primary":true}]},"location":{"venue_address":"17
62
+ E Monroe St","venue_city":"Chicago","venue_state":"IL","lat":41.8804,"lng":-87.627},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4a330469f964a520f09a1fe3","foursquare_url":"http:\/\/4sq.com\/6mFQ3G"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_64.png","md":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23761503,"distance":0.679,"created_at":"Sat,
63
+ 02 Mar 2013 23:54:59 +0000","rating_score":3,"checkin_comment":"Not to bad","user":{"uid":404011,"user_name":"alpharasta","first_name":"sean","last_name":"w.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/e39e8e22d6ec707555116d2e7487f71d_thumb.jpg","contact":{"facebook":716818427}},"beer":{"bid":56851,"beer_name":"Blacksox
64
+ Porter","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
65
+ Porter","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
66
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
67
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
68
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
69
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23761339,"distance":0.893,"created_at":"Sat,
70
+ 02 Mar 2013 23:54:32 +0000","rating_score":3,"checkin_comment":"","user":{"uid":162168,"user_name":"Milkman14","first_name":"Adam","last_name":"","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/6649a1302da334700012e963646c9b08?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":[]},"beer":{"bid":3832,"beer_name":"HopDevil","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-victoryHopDevil.jpg","beer_style":"American
71
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1326,"brewery_name":"Victory
72
+ Brewing Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-VictoryBrewingCompany_1326.jpeg","country_name":"United
73
+ States","contact":{"twitter":"VictoryBeer","facebook":"https:\/\/www.facebook.com\/victorybeer","url":"http:\/\/victorybeer.com\/"},"location":{"brewery_city":"Downingtown","brewery_state":"PA","lat":40.0061,"lng":-75.6942},"brewery_active":1},"venue":{"venue_id":217137,"venue_name":"Waldorf
74
+ Astoria","primary_category":"Travel & Transport","parent_category_id":"4d4b7105d754a06379d81259","categories":{"count":2,"items":[{"category_name":"General
75
+ Travel","category_id":"4bf58dd8d48988d1f6931735","is_primary":false},{"category_name":"Hotel","category_id":"4bf58dd8d48988d1fa931735","is_primary":true}]},"location":{"venue_address":"11
76
+ E Walton St","venue_city":"Chicago","venue_state":"IL","lat":41.9,"lng":-87.6275},"contact":{"twitter":"@waldorf_chicago","venue_url":"http:\/\/waldorfastoria3.hilton.com\/en\/hotels\/illinois\/waldorf-astoria-chicago-chiwawa\/index.html"},"foursquare":{"foursquare_id":"4b04d20bf964a520b55622e3","foursquare_url":"http:\/\/4sq.com\/5NBM75"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_64.png","md":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23760997,"distance":0.694,"created_at":"Sat,
77
+ 02 Mar 2013 23:52:14 +0000","rating_score":3.5,"checkin_comment":"Overpriced
78
+ in a short glass. Beer still tasty though.","user":{"uid":23371,"user_name":"skalawag","first_name":"Mark","last_name":"S.","location":"Chicago","is_supporter":0,"url":"http:\/\/skalawag.com","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/4939541f525645bd1c128a16ee7a5abe?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"twitter":"skalawag","facebook":31400671}},"beer":{"bid":13282,"beer_name":"Over
79
+ Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-OverAle_13282.jpeg","beer_style":"American
80
+ Brown Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1862,"brewery_name":"Half
81
+ Acre Beer Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HalfAcreBeerCompany_1862.jpeg","country_name":"United
82
+ States","contact":{"twitter":"halfacrebeer","facebook":"https:\/\/www.facebook.com\/HalfAcreBeer","url":"http:\/\/halfacrebeer.com\/"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.9595,"lng":-87.6826},"brewery_active":1},"venue":{"venue_id":35792,"venue_name":"Palmer
83
+ House Hilton","primary_category":"Travel & Transport","parent_category_id":"4d4b7105d754a06379d81259","categories":{"count":1,"items":[{"category_name":"Hotel","category_id":"4bf58dd8d48988d1fa931735","is_primary":true}]},"location":{"venue_address":"17
84
+ E Monroe St","venue_city":"Chicago","venue_state":"IL","lat":41.8804,"lng":-87.627},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4a330469f964a520f09a1fe3","foursquare_url":"http:\/\/4sq.com\/6mFQ3G"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_64.png","md":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23760527,"distance":0.165,"created_at":"Sat,
85
+ 02 Mar 2013 23:49:49 +0000","rating_score":4,"checkin_comment":"","user":{"uid":436324,"user_name":"CWagon","first_name":"Charlie","last_name":"M.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/bdbe3ded7c7bb55e350def28c3b18bb8?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":1528996215}},"beer":{"bid":4473,"beer_name":"Guinness
86
+ Draught","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-_4473_8122008947804818c90640a06d83.jpeg","beer_style":"Irish
87
+ Dry Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":49,"brewery_name":"Guinness","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-guinness.jpg","country_name":"Ireland","contact":{"twitter":"GuinnessIreland","facebook":"","url":"http:\/\/www.guinness.com"},"location":{"brewery_city":"Dublin","brewery_state":"Ireland","lat":53.3441,"lng":-6.26749},"brewery_active":1},"venue":{"venue_id":3927,"venue_name":"English
88
+ Bar & Restaurant","primary_category":"Nightlife Spot","parent_category_id":"4d4b7105d754a06376d81259","categories":{"count":3,"items":[{"category_name":"Sports
89
+ Bar","category_id":"4bf58dd8d48988d11d941735","is_primary":false},{"category_name":"Cocktail
90
+ Bar","category_id":"4bf58dd8d48988d11e941735","is_primary":false},{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":true}]},"location":{"venue_address":"444
91
+ N La Salle Dr","venue_city":"Chicago","venue_state":"IL","lat":41.8904,"lng":-87.6329},"contact":{"twitter":"@englishchicago","venue_url":"http:\/\/www.englishchicago.com"},"foursquare":{"foursquare_id":"4a73b21cf964a5203add1fe3","foursquare_url":"http:\/\/4sq.com\/2rfAVN"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23760236,"distance":0.91,"created_at":"Sat,
92
+ 02 Mar 2013 23:48:52 +0000","rating_score":3.5,"checkin_comment":"","user":{"uid":126120,"user_name":"ltrichardson","first_name":"Levi","last_name":"R.","location":"Portland,
93
+ ME","is_supporter":0,"url":"","relationship":null,"bio":"I like beer.","user_avatar":"https:\/\/gravatar.com\/avatar\/b8ae3ea5430708c62525acdcc321df93?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":21722897}},"beer":{"bid":12049,"beer_name":"Edmund
94
+ Fitzgerald","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-EdmundFitzgerald_12049.jpeg","beer_style":"American
95
+ Porter","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":3125,"brewery_name":"Great
96
+ Lakes Brewing Company ","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-GreatLakesBrewingCompanyUSA_3125.jpeg","country_name":"United
97
+ States","contact":{"twitter":"GLBC_Cleveland","facebook":"http:\/\/www.facebook.com\/greatlakesbrewingco","url":"http:\/\/www.greatlakesbrewing.com\/"},"location":{"brewery_city":"Cleveland","brewery_state":"OH","lat":41.4844,"lng":-81.7044},"brewery_active":1},"venue":{"venue_id":112372,"venue_name":"The
98
+ Signature Lounge","primary_category":"Nightlife Spot","parent_category_id":"4d4b7105d754a06376d81259","categories":{"count":1,"items":[{"category_name":"Lounge","category_id":"4bf58dd8d48988d121941735","is_primary":true}]},"location":{"venue_address":"875
99
+ N. Michigan Ave.","venue_city":"Chicago","venue_state":"IL","lat":41.8987,"lng":-87.6235},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4e59574045dd70559295ee1c","foursquare_url":"http:\/\/4sq.com\/ob7vDx"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/lounge_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/lounge_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/lounge_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":1,"auth_toast":null,"items":[{"user":{"uid":251445,"user_name":"predatoryboot","first_name":"Leland","last_name":"","user_avatar":"https:\/\/gravatar.com\/avatar\/5de425f49523ed2a2c6ab8e5e443445d?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","user_link":"https:\/\/untappd.com\/user\/predatoryboot","account_type":"user","brewery_details":[]},"like_id":4033079,"like_owner":false,"created_at":"Sat,
100
+ 02 Mar 2013 23:55:33 +0000"}]},"media":{"count":0,"items":[]}},{"checkin_id":23760189,"distance":0.678,"created_at":"Sat,
101
+ 02 Mar 2013 23:48:38 +0000","rating_score":4,"checkin_comment":"","user":{"uid":393138,"user_name":"FEARDIZ","first_name":"John","last_name":"M.","location":"Plainfield
102
+ IL","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/1bed6ec1030ca096408c04b7b2a446c3?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":100000538488291}},"beer":{"bid":311047,"beer_name":"The
103
+ Wretched English Style Barleywine","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"English
104
+ Barleywine","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
105
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
106
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
107
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
108
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23760087,"distance":0.678,"created_at":"Sat,
109
+ 02 Mar 2013 23:47:50 +0000","rating_score":4,"checkin_comment":"I like","user":{"uid":404011,"user_name":"alpharasta","first_name":"sean","last_name":"w.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/e39e8e22d6ec707555116d2e7487f71d_thumb.jpg","contact":{"facebook":716818427}},"beer":{"bid":288600,"beer_name":"India
110
+ Brown Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
111
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
112
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
113
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
114
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
115
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23759801,"distance":0.677,"created_at":"Sat,
116
+ 02 Mar 2013 23:46:47 +0000","rating_score":4,"checkin_comment":"Good","user":{"uid":393138,"user_name":"FEARDIZ","first_name":"John","last_name":"M.","location":"Plainfield
117
+ IL","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/1bed6ec1030ca096408c04b7b2a446c3?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":100000538488291}},"beer":{"bid":288600,"beer_name":"India
118
+ Brown Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
119
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
120
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
121
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
122
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
123
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23759761,"distance":0.468,"created_at":"Sat,
124
+ 02 Mar 2013 23:46:15 +0000","rating_score":1,"checkin_comment":"","user":{"uid":416411,"user_name":"ISUpunk31","first_name":"Lucas","last_name":"P.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/214a6a11ec50d215e6de8694827ec85b_thumb.jpg","contact":{"facebook":100000486568636,"twitter":"ISUpunk31"}},"beer":{"bid":3784,"beer_name":"Bud
125
+ Light","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-budLight.jpg","beer_style":"American
126
+ Light Lager","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":44,"brewery_name":"Anheuser-Busch
127
+ (ABInBev)","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-Anheuser-Busch.jpg","country_name":"United
128
+ States","contact":{"twitter":"","facebook":"http:\/\/www.facebook.com\/AnheuserBusch","url":"http:\/\/www.anheuser-busch.com"},"location":{"brewery_city":"St.
129
+ Louis","brewery_state":"MO","lat":38.5985,"lng":-90.2094},"brewery_active":1},"venue":{"venue_id":12111,"venue_name":"Embassy
130
+ Suites","primary_category":"Travel & Transport","parent_category_id":"4d4b7105d754a06379d81259","categories":{"count":2,"items":[{"category_name":"Subdivision
131
+ or Housing Development","category_id":"4f2a210c4b9023bd5841ed28","is_primary":false},{"category_name":"Hotel","category_id":"4bf58dd8d48988d1fa931735","is_primary":true}]},"location":{"venue_address":"600
132
+ N State St.","venue_city":"Chicago","venue_state":"IL","lat":41.8928,"lng":-87.6282},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4b620440f964a520be302ae3","foursquare_url":"http:\/\/4sq.com\/bVFvJ6"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_64.png","md":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/travel\/hotel_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23759167,"distance":0.677,"created_at":"Sat,
133
+ 02 Mar 2013 23:43:46 +0000","rating_score":3.5,"checkin_comment":"","user":{"uid":393138,"user_name":"FEARDIZ","first_name":"John","last_name":"M.","location":"Plainfield
134
+ IL","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/1bed6ec1030ca096408c04b7b2a446c3?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":100000538488291}},"beer":{"bid":316578,"beer_name":"Degan
135
+ Imperial IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Imperial
136
+ \/ Double IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
137
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
138
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
139
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
140
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23759119,"distance":0.308,"created_at":"Sat,
141
+ 02 Mar 2013 23:42:54 +0000","rating_score":3,"checkin_comment":"Surprisingly
142
+ malty. Not a huge fan of this one.","user":{"uid":207267,"user_name":"kmb3333","first_name":"Pour","last_name":"M.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/97288bf7bb129da413ff96cddaafdce8_thumb.jpg","contact":[]},"beer":{"bid":4538,"beer_name":"Hopmouth
143
+ Double IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-HopmouthDoubleIPA_4538.jpeg","beer_style":"Imperial
144
+ \/ Double IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":47,"brewery_name":"Arcadia
145
+ Brewing Company (Arcadia Ales)","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-ArcadiaBrewing_47.jpeg","country_name":"United
146
+ States","contact":{"twitter":"ArcadiaAles","facebook":"http:\/\/www.facebook.com\/arcadiaales","url":"http:\/\/www.arcadiaales.com\/"},"location":{"brewery_city":"Battle
147
+ Creek","brewery_state":"MI","lat":42.322,"lng":-85.1853},"brewery_active":1},"venue":{"venue_id":22871,"venue_name":"Fado
148
+ Irish Pub & Restaurant","primary_category":"Nightlife Spot","parent_category_id":"4d4b7105d754a06376d81259","categories":{"count":1,"items":[{"category_name":"Pub","category_id":"4bf58dd8d48988d11b941735","is_primary":true}]},"location":{"venue_address":"100
149
+ W Grand Ave","venue_city":"Chicago","venue_state":"IL","lat":41.8917,"lng":-87.6312},"contact":{"twitter":"@fadochicago","venue_url":"http:\/\/www.fadoirishpub.com\/chicago"},"foursquare":{"foursquare_id":"40b28c80f964a520a7fb1ee3","foursquare_url":"http:\/\/4sq.com\/3e2VSn"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23756871,"distance":0.79,"created_at":"Sat,
150
+ 02 Mar 2013 23:31:56 +0000","rating_score":3,"checkin_comment":"Meh, not bad
151
+ for a cider","user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","location":"Chicago
152
+ Burbs","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","contact":[]},"beer":{"bid":6684,"beer_name":"Julian
153
+ Hard Cider","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-JulianHardCider_6684.jpeg","beer_style":"Cider","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1620,"brewery_name":"Julian
154
+ Cider Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-JulianCiderCompany_1620.jpeg","country_name":"United
155
+ States","contact":{"twitter":"JulianHardCider","facebook":"","url":""},"location":{"brewery_city":"Julian","brewery_state":"CA","lat":33.0978,"lng":-116.647},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
156
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
157
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23756841,"distance":0.686,"created_at":"Sat,
158
+ 02 Mar 2013 23:33:06 +0000","rating_score":3,"checkin_comment":"Pucker up!!!","user":{"uid":356458,"user_name":"Gesswein1979","first_name":"Chris","last_name":"G.","location":"The
159
+ House OF The Rising Sun","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/d2b3769d378d275e667567fe6f0b2e91_thumb.jpg","contact":{"facebook":1671038754,"foursquare":48095956}},"beer":{"bid":6684,"beer_name":"Julian
160
+ Hard Cider","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-JulianHardCider_6684.jpeg","beer_style":"Cider","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1620,"brewery_name":"Julian
161
+ Cider Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-JulianCiderCompany_1620.jpeg","country_name":"United
162
+ States","contact":{"twitter":"JulianHardCider","facebook":"","url":""},"location":{"brewery_city":"Julian","brewery_state":"CA","lat":33.0978,"lng":-116.647},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
163
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
164
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":1,"auth_toast":null,"items":[{"user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/Eskeoch","account_type":"user","brewery_details":[]},"like_id":4032055,"like_owner":false,"created_at":"Sat,
165
+ 02 Mar 2013 23:33:44 +0000"}]},"media":{"count":0,"items":[]}},{"checkin_id":23756297,"distance":0.663,"created_at":"Sat,
166
+ 02 Mar 2013 23:30:19 +0000","rating_score":3.5,"checkin_comment":"Snappy","user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","location":"Chicago
167
+ Burbs","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","contact":[]},"beer":{"bid":277150,"beer_name":"NATO
168
+ IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
169
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1326,"brewery_name":"Victory
170
+ Brewing Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-VictoryBrewingCompany_1326.jpeg","country_name":"United
171
+ States","contact":{"twitter":"VictoryBeer","facebook":"https:\/\/www.facebook.com\/victorybeer","url":"http:\/\/victorybeer.com\/"},"location":{"brewery_city":"Downingtown","brewery_state":"PA","lat":40.0061,"lng":-75.6942},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
172
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
173
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23756189,"distance":0.799,"created_at":"Sat,
174
+ 02 Mar 2013 23:28:01 +0000","rating_score":3.5,"checkin_comment":"","user":{"uid":452283,"user_name":"rodarmstrong","first_name":"Rod","last_name":"A.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/b77f86b71932611a63ba3326038a88f0_thumb.jpg","contact":{"facebook":10009656}},"beer":{"bid":5925,"beer_name":"312
175
+ Urban Wheat Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-312UrbanWheatAle_5925.jpeg","beer_style":"American
176
+ Pale Wheat Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":2898,"brewery_name":"Goose
177
+ Island Beer Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-GooseIslandBeerCo_2898.jpeg","country_name":"United
178
+ States","contact":{"twitter":"GooseIsland","facebook":"http:\/\/www.facebook.com\/gooseislandbeer","url":"http:\/\/www.gooseisland.com\/"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8871,"lng":-87.6721},"brewery_active":1},"venue":{"venue_id":161525,"venue_name":"Devon
179
+ Seafood Grill","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Seafood
180
+ Restaurant","category_id":"4bf58dd8d48988d1ce941735","is_primary":true}]},"location":{"venue_address":"39
181
+ E Chicago Ave","venue_city":"Chicago","venue_state":"IL","lat":41.8967,"lng":-87.6267},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"46850d57f964a5202f481fe3","foursquare_url":"http:\/\/4sq.com\/6qeOGE"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/food\/seafood_64.png","md":"https:\/\/foursquare.com\/img\/categories\/food\/seafood_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/food\/seafood_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23756080,"distance":0.695,"created_at":"Sat,
182
+ 02 Mar 2013 23:28:11 +0000","rating_score":5,"checkin_comment":"","user":{"uid":356458,"user_name":"Gesswein1979","first_name":"Chris","last_name":"G.","location":"The
183
+ House OF The Rising Sun","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/d2b3769d378d275e667567fe6f0b2e91_thumb.jpg","contact":{"facebook":1671038754,"foursquare":48095956}},"beer":{"bid":307057,"beer_name":"Gompers
184
+ Belgian Wheat IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Belgian
185
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
186
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
187
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
188
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
189
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":1,"auth_toast":null,"items":[{"user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/Eskeoch","account_type":"user","brewery_details":[]},"like_id":4032057,"like_owner":false,"created_at":"Sat,
190
+ 02 Mar 2013 23:33:01 +0000"}]},"media":{"count":0,"items":[]}},{"checkin_id":23756058,"distance":0.671,"created_at":"Sat,
191
+ 02 Mar 2013 23:27:17 +0000","rating_score":4,"checkin_comment":"Solid, different,
192
+ IPA","user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","location":"Chicago
193
+ Burbs","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","contact":[]},"beer":{"bid":307057,"beer_name":"Gompers
194
+ Belgian Wheat IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Belgian
195
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
196
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
197
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
198
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
199
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23755354,"distance":0.677,"created_at":"Sat,
200
+ 02 Mar 2013 23:24:17 +0000","rating_score":4,"checkin_comment":"","user":{"uid":356458,"user_name":"Gesswein1979","first_name":"Chris","last_name":"G.","location":"The
201
+ House OF The Rising Sun","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/d2b3769d378d275e667567fe6f0b2e91_thumb.jpg","contact":{"facebook":1671038754,"foursquare":48095956}},"beer":{"bid":277150,"beer_name":"NATO
202
+ IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
203
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1326,"brewery_name":"Victory
204
+ Brewing Company","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-VictoryBrewingCompany_1326.jpeg","country_name":"United
205
+ States","contact":{"twitter":"VictoryBeer","facebook":"https:\/\/www.facebook.com\/victorybeer","url":"http:\/\/victorybeer.com\/"},"location":{"brewery_city":"Downingtown","brewery_state":"PA","lat":40.0061,"lng":-75.6942},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
206
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
207
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":1,"items":[{"user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","is_supporter":0,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/Eskeoch","account_type":"user","brewery_details":[]},"checkin_id":23755354,"comment_id":1895080,"comment_owner":false,"comment_editor":false,"comment":"Congrats
208
+ on 100 sir, when I grow up I want to be just like you!!!!!","created_at":"Sat,
209
+ 02 Mar 2013 23:25:34 +0000","comment_source":"mobile"}]},"toasts":{"count":1,"auth_toast":null,"items":[{"user":{"uid":351174,"user_name":"Eskeoch","first_name":"Ed","last_name":"S.","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/7a5963a3dc06980940e6bf89c6dabd78_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/Eskeoch","account_type":"user","brewery_details":[]},"like_id":4031625,"like_owner":false,"created_at":"Sat,
210
+ 02 Mar 2013 23:25:48 +0000"}]},"media":{"count":0,"items":[]}},{"checkin_id":23755329,"distance":0.678,"created_at":"Sat,
211
+ 02 Mar 2013 23:25:08 +0000","rating_score":2.5,"checkin_comment":"Torch is
212
+ better","user":{"uid":404011,"user_name":"alpharasta","first_name":"sean","last_name":"w.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/e39e8e22d6ec707555116d2e7487f71d_thumb.jpg","contact":{"facebook":716818427}},"beer":{"bid":313721,"beer_name":"Assailant
213
+ Double IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Imperial
214
+ \/ Double IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
215
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
216
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
217
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
218
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23755235,"distance":0.674,"created_at":"Sat,
219
+ 02 Mar 2013 23:23:31 +0000","rating_score":3.5,"checkin_comment":"","user":{"uid":404011,"user_name":"alpharasta","first_name":"sean","last_name":"w.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/e39e8e22d6ec707555116d2e7487f71d_thumb.jpg","contact":{"facebook":716818427}},"beer":{"bid":102528,"beer_name":"The
220
+ Torch","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"American
221
+ Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
222
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
223
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
224
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
225
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23755151,"distance":0.678,"created_at":"Sat,
226
+ 02 Mar 2013 23:23:07 +0000","rating_score":0,"checkin_comment":"","user":{"uid":404011,"user_name":"alpharasta","first_name":"sean","last_name":"w.","location":"","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/e39e8e22d6ec707555116d2e7487f71d_thumb.jpg","contact":{"facebook":716818427}},"beer":{"bid":307057,"beer_name":"Gompers
227
+ Belgian Wheat IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Belgian
228
+ IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
229
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
230
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
231
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
232
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}},{"checkin_id":23754923,"distance":0.675,"created_at":"Sat,
233
+ 02 Mar 2013 23:21:17 +0000","rating_score":3.5,"checkin_comment":"Torch is
234
+ better","user":{"uid":393138,"user_name":"FEARDIZ","first_name":"John","last_name":"M.","location":"Plainfield
235
+ IL","is_supporter":0,"url":"","relationship":null,"bio":"","user_avatar":"https:\/\/gravatar.com\/avatar\/1bed6ec1030ca096408c04b7b2a446c3?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","contact":{"facebook":100000538488291}},"beer":{"bid":313721,"beer_name":"Assailant
236
+ Double IPA","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/assets\/images\/temp\/badge-beer-default.png","beer_style":"Imperial
237
+ \/ Double IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7966,"brewery_name":"Haymarket
238
+ Pub and Brewery","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-HaymarketPubandBrewery_7966.jpeg","country_name":"United
239
+ States","contact":{"twitter":"HaymarketBeer","facebook":"http:\/\/www.facebook.com\/HaymarketBrewing","url":"http:\/\/www.haymarketbrewing.com"},"location":{"brewery_city":"Chicago","brewery_state":"IL","lat":41.8842,"lng":-87.6472},"brewery_active":1},"venue":{"venue_id":6962,"venue_name":"Haymarket
240
+ Pub & Brewery","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Brewery","category_id":"50327c8591d4c4b30a586d5d","is_primary":true}]},"location":{"venue_address":"737
241
+ W Randolph St","venue_city":"Chicago","venue_state":"IL","lat":41.8842,"lng":-87.6473},"contact":{"twitter":"","venue_url":"http:\/\/haymarketbrewing.com"},"foursquare":{"foursquare_id":"4bd88ddc1671b7135afb765f","foursquare_url":"http:\/\/4sq.com\/c2wr9r"},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/brewery_256.png"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]}}]}}}'
242
+ http_version: '1.1'
243
+ recorded_at: Sat, 02 Mar 2013 23:58:16 GMT
244
+ recorded_with: VCR 2.3.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: untappd
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-21 00:00:00.000000000 Z
12
+ date: 2013-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -132,6 +132,7 @@ files:
132
132
  - spec/vcr/Brewery/get_search.yml
133
133
  - spec/vcr/Checkin/get/gets_info.yml
134
134
  - spec/vcr/Checkin/get/gets_thepub_feed.yml
135
+ - spec/vcr/Checkin/get/gets_thepub_local_feed.yml
135
136
  - spec/vcr/Checkin/post/add_comment.yml
136
137
  - spec/vcr/Checkin/post/adds_toast.yml
137
138
  - spec/vcr/Checkin/post/creates_checkin.yml
@@ -162,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
163
  version: '0'
163
164
  segments:
164
165
  - 0
165
- hash: -4384439139709123138
166
+ hash: -403737025985690191
166
167
  required_rubygems_version: !ruby/object:Gem::Requirement
167
168
  none: false
168
169
  requirements:
@@ -171,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
172
  version: '0'
172
173
  segments:
173
174
  - 0
174
- hash: -4384439139709123138
175
+ hash: -403737025985690191
175
176
  requirements: []
176
177
  rubyforge_project: untappd
177
178
  rubygems_version: 1.8.23
@@ -195,6 +196,7 @@ test_files:
195
196
  - spec/vcr/Brewery/get_search.yml
196
197
  - spec/vcr/Checkin/get/gets_info.yml
197
198
  - spec/vcr/Checkin/get/gets_thepub_feed.yml
199
+ - spec/vcr/Checkin/get/gets_thepub_local_feed.yml
198
200
  - spec/vcr/Checkin/post/add_comment.yml
199
201
  - spec/vcr/Checkin/post/adds_toast.yml
200
202
  - spec/vcr/Checkin/post/creates_checkin.yml