Skip to content

Latest commit

 

History

History
101 lines (51 loc) · 33.5 KB

examples.md

File metadata and controls

101 lines (51 loc) · 33.5 KB

Gowalla Method Examples

@client.checkin(88)

<#Hashie::Mash activity=[] activity_url="/checkins/13963823/activity" created_at="2010-08-06T01:42:13Z" message="There sending us Back-- to the Future!" spot=<#Hashie::Mash image_url="http://static.gowalla.com/categories/30-c21e752b813cd8873603a18e06431675-100.png?1" name="Movie Tavern" url="/spots/195556"> type="checkin" url="/checkins/13963823" user=<#Hashie::Mash _is_friend=true first_name="Wynn" image_url="http://s3.amazonaws.com/static.gowalla.com/users/1707-standard.jpg?1262011383?1" last_name="Netherland" photos_url="/users/1707/photos" url="/users/1707">>

@client.trips()

<#Hashie::Mash _completed=false image_url="http://static.gowalla.com/missions/89-00a4ed7860170facb04d6b17e245d4f3.png" name="London Pub Crawl" spots=[<#Hashie::Mash url="/spots/164009">, <#Hashie::Mash url="/spots/24161">, <#Hashie::Mash url="/spots/28302">, <#Hashie::Mash url="/spots/68392">, <#Hashie::Mash url="/spots/77029">, <#Hashie::Mash url="/spots/24647">, <#Hashie::Mash url="/spots/20530">, <#Hashie::Mash url="/spots/23411">, <#Hashie::Mash url="/spots/68148">, <#Hashie::Mash url="/spots/48833">] url="/trips/89">

@client.flags()

<#Hashie::Mash closed_at=nil created_at="2010-07-28T17:23:17Z" description=nil spot=<#Hashie::Mash city_state="Austin, TX" description="Alamofire captured the video of this rare specie of spot which aided in the registration of it to the database." image_url="http://static.gowalla.com/categories/59-cb7e4692ac273d7ac26f9554d85b7671-100.png?1" lat=30.2691793333 lng=-97.7511334333 name="Wild Gowallaby #1" url="/spots/9365"> status="open" type="invalid" user=<#Hashie::Mash first_name="Gabriella" image_url="http://s3.amazonaws.com/static.gowalla.com/users/340897-standard.jpg?1278521087?1" last_name="De Luca" name="Gabriella De Luca" url="/users/340897">>

@client.spot_flags(1)

<#Hashie::Mash closed_at=nil created_at="2010-07-28T17:23:17Z" description=nil spot=<#Hashie::Mash city_state="Austin, TX" description="Alamofire captured the video of this rare specie of spot which aided in the registration of it to the database." image_url="http://static.gowalla.com/categories/59-cb7e4692ac273d7ac26f9554d85b7671-100.png?1" lat=30.2691793333 lng=-97.7511334333 name="Wild Gowallaby #1" url="/spots/9365"> status="open" type="invalid" user=<#Hashie::Mash first_name="Gabriella" image_url="http://s3.amazonaws.com/static.gowalla.com/users/340897-standard.jpg?1278521087?1" last_name="De Luca" name="Gabriella De Luca" url="/users/340897">>

@client.flag(1)

<#Hashie::Mash closed_at=nil created_at="2010-07-28T17:23:17Z" description=nil spot=<#Hashie::Mash city_state="Austin,TX" description="Alamofire captured the video of this rare specie of spot which aided in the registration of it to the database." image_url="http://static.gowalla.com/categories/59-cb7e4692ac273d7ac26f9554d85b7671-100.png?1" lat=30.2691793333 lng=-97.7511334333 name="Wild Gowallaby #1" url="/spots/9365"> status="open" type="invalid" user=<#Hashie::Mash first_name="Gabriella" image_url="http://s3.amazonaws.com/static.gowalla.com/users/340897-standard.jpg?1278521087?1" last_name="De Luca" name="Gabriella De Luca" url="/users/340897">>

@client.item(607583)

<#Hashie::Mash detail_html="<html>\n\n<head>\n\t<meta name = \"viewport\" content = \"width = device-width\">\n\t<style>\n\t\t* {\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t}\n\t\tbody {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tbackground: #ebf2dd url(images/item-bg.gif) top left repeat;\n\t\t\tfont: 13px \"Helvetica Neue\", Arial, sans-serif;\n\t\t}\n\t\t.clearfix:after {\n\t\t    content: \".\";\n\t\t    display: block;\n\t\t    height: 0;\n\t\t    clear: both;\n\t\t    visibility: hidden;\n\t\t}\n\t\t.gowalla_item_detail_wrapper {\n\t\t\tpadding: 8px;\n\t\t}\n\t\t#gowalla_item_detail_item_header {\n\t\t\tmargin-bottom: 4px;\n\t\t}\n\t\t.item_number_wrapper {\n\t\t\tdisplay: block;\n\t\t\tpadding: 8px;\n\t\t\tbackground: #fff;\n\t\t\tborder: 1px solid #cddeab;\n\t\t\t-webkit-border-radius: 6px;\n\t\t\t-moz-border-radius: 6px;\n\t\t\tmargin-left: -2px;\n\t\t}\n\t\t.item_name {\n\t\t\tcolor: #37451e;\n\t\t\tfont-size: 17px;\n\t\t\tpadding: 8px 0 8px 0;\n\t\t\tfont-weight: bold;\n\t\t}\n\t\t.item_image {\n\t\t\tfloat: left;\n\t\t\tmargin-right: 12px;\n\t\t\tmargin-top: 3px;\n\t\t}\n\t\t.item_number_label {\n\t\t\ttext-transform: uppercase;\n\t\t\tfont-weight: bold;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t\tfont-size: 12px;\n\t\t\tcolor: #b0cb79;\n\t\t}\n\t\t.gowalla_item_detail_item_number {\n\t\t\tfont-size: 27px;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: #455626;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t\tfont-size: 18px;\n\t\t}\n\t\t.gowalla_item_detail_item_number span {\n\t\t\tfont-family: \"Georgia\";\n\t\t\tfont-style: italic;\n\t\t\tfont-weight: normal;\n\t\t}\n\t\t.item_detail {\n\t\t\tfloat: left;\n\t\t\tmax-width: 63%;\n\t\t}\n\t\t.gowalla_item_detail_activities {\n\t\t\twidth: 100%;\n\t\t\tmargin-bottom: 8px;\n\t\t\tmargin-top: 12px;\n\t\t}\n\t\t.gowalla_item_detail_activity:first-child {\n\t\t\t-webkit-border-top-left-radius: 6px;\n\t\t\t-webkit-border-top-right-radius: 6px;\n\t\t}\n\t\t.gowalla_item_detail_activity:last-child {\n\t\t\t-webkit-border-bottom-left-radius: 6px;\n\t\t\t-webkit-border-bottom-right-radius: 6px;\n\t\t\tborder-bottom: 1px solid #cddeab;\n\t\t}\n\t\t.gowalla_item_detail_activity {\n\t\t\tbackground-color: #fff;\n\t\t\tclear: both;\n\t\t\twidth: 100%;\n\t\t\tcolor: #5a6d37;\n\t\t\t-webkit-box-sizing: border-box;\n\t\t\tpadding: 8px 8px 7px 8px;\n\t\t\tborder: 1px solid #cddeab;\n\t\t\tborder-bottom: none;\n\t\t}\n\t\t.avatar {\n\t\t\tfloat: left;\n\t\t\theight: 50px;\n\t\t\twidth: 50px;\n\t\t\tmargin-right: 8px;\n\t\t}\n\t\t.gowalla_item_detail_activity_detail {\n\t\t\tmargin-left: 10px;\n\t\t\tfloat: left;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t\tline-height: 15px;\n\t\t\ttext-overflow: ellipsis;\n\t\t}\n\t\t.gowalla_item_detail_user_name {\n\t\t\tdisplay: block;\n\t\t\tcolor: #2c3718;\n\t\t\tfont-weight: bold;\n\t\t\tfont-size: 14px;\n\t\t\tpadding: 0 0 3px 0;\n\t\t\tmargin: 0;\n\t\t}\n\t\t.gowalla_item_detail_activity img {\n\t\t\tdisplay: block;\n\t\t\t-webkit-border-radius: 6px;\n\t\t}\n\t\t.gowalla_item_detail_activity_time {\n\t\t\ttext-transform: uppercase;\n\t\t\tfont-weight: bold;\n\t\t\tfont-size: 11px;\n\t\t\tcolor: #b0cb79;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t}\n\t\t.gowalla_item_detail_activity_message {\n\t\t\tdisplay: block;\n\t\t\tfont-size: 12px;\n\t\t\tpadding: 0 0 3px 0;\n\t\t\tmargin: 0;\n\t\t}\n\t\t.clear {\n\t\t\tclear: both;\n\t\t}\n\t\t\n\t\t.gowalla_button {\n\t\t\tdisplay: block;\n\t\t\tposition: relative;\n\t\t\ttext-align: center;\n\t\t\tborder: 1px solid #dc610f;\n\t\t\tbackground: #dc610f;\n\t\t\tcolor: #fff;\n\t\t\theight: 45px;\n\t\t\tline-height: 45px;\n\t\t\tfont-size: 18px;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t\t-webkit-border-radius: 6px;\n\t\t\t-moz-border-radius: 6px;\n\t\t\tbackground: -webkit-gradient(\n\t\t\t    linear,\n\t\t\t    left bottom,\n\t\t\t    left top,\n\t\t\t    color-stop(0.00, rgb(255,69,1)),\n\t\t\t    color-stop(0.45, rgb(250,105,15)),\n\t\t\t    color-stop(0.46, rgb(250,125,24)),\n\t\t\t    color-stop(0.95, rgb(245,145,30)),\n\t\t\t\t\tcolor-stop(0.96, rgb(248,165,40)),\n\t\t\t\t\tcolor-stop(1.0, rgb(245,145,30))\n\t\t\t);\n\t\t\t-webkit-box-shadow: 0 1px 3px #8da269;\n\t\t}\n\t\t.gowalla_button.cancel {\n\t\t\tbackground: #90ab56;\n\t\t\tbackground: -webkit-gradient(\n\t\t\t    linear,\n\t\t\t    left bottom,\n\t\t\t    left top,\n\t\t\t\t\tcolor-stop(0.00, rgb(153,178,85)),\n\t\t\t    color-stop(0.45, rgb(172,197,115)),\n\t\t\t\t  color-stop(0.46, rgb(181,203,129)),\n\t\t\t    color-stop(1.0, rgb(200,219,161))\n\t\t\t);\n\t\t\tborder-color: #90ab56;\n\t\t}\n\t\t.gowalla_button a {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: #fff;\n\t\t\ttext-align: center;\n\t\t\ttext-decoration: none;\n\t\t\ttext-shadow: #ff4400 0px -1px 1px;\n\t\t}\n\t\t.gowalla_button.cancel a {\n\t\t\ttext-shadow: #6e8c2c 0px -1px 1px;\n\t\t}\n\t\t#spinner {\n\t\t\tdisplay: none;\n\t\t\twidth: 300px;\n\t\t\tpadding: 10px;\n\t\t\tfont-size: 18px;\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: #37451e;\n\t\t\ttext-shadow: #fff 0px 1px 1px;\n\t\t\ttext-decoration: none;\n\t\t}\n\t\t\n\t\t#gowlla_item_detail_confirmation_html {\n\t\t\theight: 480px;\n\t\t\ttext-align: center;\n\t\t\ttext-shadow: #fff 0px 1px 1px;\n    \t\tfont: 20px 'Helvetica Neue', Arial, sans-serif;\n\t\t\tcolor: #333;\n\t\t}\n\t\t\n\t\t#confirmation_text {\n\t\t\tfont-size: 18px;\n\t\t\tpadding-top: 25px;\n\t\t\tpadding-left: 25px;\n\t\t\ttext-align: center;\n\t\t\tpadding-right: 30px;\n\t\t}\n\t\t</style>\n\t\t<script type=\"text/javascript\" charset=\"utf-8\">\n\t\t\n\t\t\t//disable the bounce effect - but this disables scrolling too\n\t\t\t//document.ontouchmove = function(event){\n\t\t\t//event.preventDefault();\n\t\t\t//}\n\t\t\n\t\t\tfunction showConfirmation(){\n\t\t\t\tdocument.getElementById(\"gowalla_item_detail_confirmation_html\").style.display = 'block';\n\t\t\t\tdocument.getElementById(\"gowalla_item_detail_html\").style.display = 'none';\n\t\t\t}\n\t\t\t\n\t\t\tfunction hideConfirmation(){\n\t\t\t\tdocument.getElementById(\"gowalla_item_detail_html\").style.display = 'block';\n\t\t\t\tdocument.getElementById(\"gowalla_item_detail_confirmation_html\").style.display = 'none';\n\t\t\t}\n\t\t\t\n\t\t\tfunction vault(){\n\t\t\t\thideConfirmation();\n\t\t\t\tdocument.getElementById(\"spinner\").style.display = 'block';\n\t\t\t\tdocument.getElementById(\"gowalla_add_to_collection_button\").style.display = 'none';\n\t\t\t\t\n\t\t\t\tvar request = new XMLHttpRequest();\n\t\t\t\trequest.onreadystatechange = function(){\n\t\t\t\t  var spinner = document.getElementById('spinner');\n\t\t\t\t  if (this.readyState !== 4) return;\n\n\t\t\t\t\tif (this.status == 200) {\n\t\t\t\t\t\tspinner.innerHTML = 'Added to Your Collection!';\n\t\t\t\t\t} else {\n\t\t\t\t\t\tspinner.style.display = 'none';\n\t\t\t\t\t\tdocument.getElementById(\"gowalla_add_to_collection_button\").style.display = 'block';\n\t\t\t\t\t\tdocument.getElementById('gowalla_add_to_collection_button_text').innerHTML = 'Error! Please Try Again';\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\tvar url = 'http://gowalla.com/items/607583/client_vault.html?item_token=item_auth_token_a93cd73bbbb3165698fad080466a165f';\n\t\t\t\trequest.open('POST', url);\n\t\t\t\trequest.send();\n\t\t\t}\n\t\t</script>\n</head>\n\n<body>\n\t<div class=\"gowalla_item_detail_wrapper\">\n\t\t<div id=\"gowalla_item_detail_html\">\n\t\t\t\n\t\t<div id=\"gowalla_item_detail_item_header\" class=\"clearfix\">\n\t\t\t<img class=\"item_image\" height=\"100\" width=\"100\" src=\"http://static.gowalla.com/kinds/1526-9f0d39208026a26d5afa565de4acbbe6.png\">\n\t\t\t<div class=\"item_detail\">\n\t\t\t\t<p class=\"item_name\">Sweets</p>\n\t\t\t\t<div class=\"item_number_wrapper\">\n\t\t\t\t\t<p class=\"item_number_label\">Issue number</p>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_item_number\">13,998</p>\n\t\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\n\t\t<p id=\"spinner\"><img src=\"/images/item-spinner-light-green.gif\" /></p>\n\t\t<p id=\"gowalla_add_to_collection_button\" class=\"gowalla_button\" onclick=\"showConfirmation();\"><a href=\"#\" id=\"add_to_collection_button_text\" onclick=\"return false;\">Add to Collection</a></p>\n\t\n\t\t<div class=\"gowalla_item_detail_activities\">\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t<div id=\"activity_0\" class=\"gowalla_item_detail_activity clearfix\">\n\t\t\t\t\t<img height=\"50\" width=\"50\" class=\"avatar\" src=\"http://s3.amazonaws.com/static.gowalla.com/users/1-standard.jpg?1263521844\">\n\t\t\t\t\t<div class=\"gowalla_item_detail_activity_detail\">\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_user_name\">Scott Raymond</p>\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_activity_message\">Dropped at Jerusalem Bakery</p>\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_activity_time\">2 months ago</p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"activity_1\" class=\"gowalla_item_detail_activity clearfix\">\n\t\t\t\t\t<img height=\"50\" width=\"50\" class=\"avatar\" src=\"http://s3.amazonaws.com/static.gowalla.com/users/1-standard.jpg?1263521844\">\n\t\t\t\t\t<div class=\"gowalla_item_detail_activity_detail\">\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_user_name\">Scott Raymond</p>\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_activity_message\">Received bonus item</p>\n\t\t\t\t\t\t<p class=\"gowalla_item_detail_activity_time\">2 months ago</p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t</div>\n\t\t</div>\n\t\t<div id=\"gowalla_item_detail_confirmation_html\" style=\"display:none;\">\n\t\t\t<p id=\"confirmation_text\">You are about to permanently add <b>some Sweets</b> to your collection.</p>\n\t\t\t<br />\n\t\t\t<br />\n\t\t\t<p style=\"font-size: 18px; padding-bottom: 10px; text-align: center;\">Are you sure?</p>\n\t\t\t<p class=\"gowalla_button\" style=\"margin-bottom: 8px;\" onclick=\"vault();\"><a href=\"#\" id=\"gowalla_add_item_button\" onclick=\"return false;\">Yes</a></p>\n\t\t\t<p class=\"gowalla_button cancel\" onclick=\"hideConfirmation();\"><a href=\"#\" id=\"gowalla_cancel_button\" onclick=\"return false;\">No</a></p>\n\t\t<div>\n\t</div>\n</body>\n</html>" determiner="some" image_url="http://static.gowalla.com/kinds/1526-9f0d39208026a26d5afa565de4acbbe6.png" issue_number=13998 name="Sweets" url="/items/607583">

@client.spots({:sw=>"(39.25565142103586, -8.717308044433594)", :nw=>"(39.31411296530539, -8.490715026855469)"})

<#Hashie::Mash activity_url="/spots/43711/events" categories=[<#Hashie::Mash name="Dive Bar" url="/categories/28">] checkins_count=58 checkins_url="/visits?spot_id=43711" image_url="http://static.gowalla.com/categories/28-standard.png" items_count=11 items_url="/spots/43711/items" lat=30.2697851261 list_image_url_320=nil lng=-97.7493430889 location=<#Hashie::Mash city="Austin, TX"> max_items_count=10 name="Gnomb Bar" radius_meters=50 strict_radius=false trending_level=0 url="/spots/43711" visitors_count=44>

@client.spots({:lat=>33.237593417, :lng=>-96.960559033, :radius=>50})

<#Hashie::Mash activity_url="/spots/43711/events" categories=[<#Hashie::Mash name="Dive Bar" url="/categories/28">] checkins_count=58 checkins_url="/visits?spot_id=43711" image_url="http://static.gowalla.com/categories/28-standard.png" items_count=11 items_url="/spots/43711/items" lat=30.2697851261 list_image_url_320=nil lng=-97.7493430889 location=<#Hashie::Mash city="Austin, TX"> max_items_count=10 name="Gnomb Bar" radius_meters=50 strict_radius=false trending_level=0 url="/spots/43711" visitors_count=44>

@client.spot(18568)

<#Hashie::Mash activity_url="/spots/18568/events" address=<#Hashie::Mash locality=nil region=nil> checkins_count=329 checkins_url="/checkins?spot_id=18568" created_at="2009-07-23T17:58:14+00:00" creator=<#Hashie::Mash first_name="Keegan" image_url="http://s3.amazonaws.com/static.gowalla.com/users/5-standard.jpg?1253829277" last_name="Jones" url="/users/5"> description="All the fun of fish tacos at the beach, without the sand in your shorts." founders=[<#Hashie::Mash first_name="Court" image_url="http://s3.amazonaws.com/static.gowalla.com/users/151-standard.jpg?1266952532" last_name="Simas" url="/users/151">, <#Hashie::Mash first_name="Lauryn" image_url="http://s3.amazonaws.com/static.gowalla.com/users/159-standard.jpg?1237242693" last_name="Haase" url="/users/159">, <#Hashie::Mash first_name="Keegan" image_url="http://s3.amazonaws.com/static.gowalla.com/users/5-standard.jpg?1253829277" last_name="Jones" url="/users/5">, <#Hashie::Mash first_name="John" image_url="http://s3.amazonaws.com/static.gowalla.com/users/6-standard.jpg?1233854471" last_name="Marstall" url="/users/6">, <#Hashie::Mash first_name="Dr. Barnabus" image_url="http://s3.amazonaws.com/static.gowalla.com/users/40-standard.jpg?1237587930" last_name="Peddingferd" url="/users/40">, <#Hashie::Mash first_name="Team" image_url="http://s3.amazonaws.com/static.gowalla.com/users/1934-standard.jpg?1251325516" last_name="Gowalla" url="/users/1934">, <#Hashie::Mash first_name="Laura" image_url="http://s3.amazonaws.com/static.gowalla.com/users/4339-standard.jpg?1253722671" last_name="Young" url="/users/4339">, <#Hashie::Mash first_name="Jonathan" image_url="http://s3.amazonaws.com/static.gowalla.com/users/29-standard.jpg?1249506826" last_name="Carroll" url="/users/29">, <#Hashie::Mash first_name="jenni" image_url="http://s3.amazonaws.com/static.gowalla.com/users/107-standard.jpg?1237418143" last_name="carroll" url="/users/107">, <#Hashie::Mash first_name="Tom" image_url="http://s3.amazonaws.com/static.gowalla.com/users/1665-standard.jpg?1254614891" last_name="Walton" url="/users/1665">, <#Hashie::Mash first_name="Josh" image_url="http://s3.amazonaws.com/static.gowalla.com/users/2-standard.jpg?1251170137" last_name="Williams" url="/users/2">] image_url="http://static.gowalla.com/categories/15-standard.png" items_count=12 items_url="/spots/18568/items" last_checkins=[<#Hashie::Mash created_at="2010-03-05T08:05:40+00:00" message="Taking a photo from the garage." type="checkin" url="/checkins/4257648" user=<#Hashie::Mash first_name="Josh" image_url="http://s3.amazonaws.com/static.gowalla.com/users/2-standard.jpg?1251170137" last_name="Williams" url="/users/2">>, <#Hashie::Mash created_at="2010-03-05T03:33:10+00:00" message="" type="checkin" url="/checkins/4252042" user=<#Hashie::Mash first_name="Allison" image_url="http://s3.amazonaws.com/static.gowalla.com/users/51430-standard.jpg?1260482148" last_name="Jaffe" url="/users/51430">>, <#Hashie::Mash created_at="2010-03-04T19:52:24+00:00" message="They removed my sticker!" type="checkin" url="/checkins/4234162" user=<#Hashie::Mash first_name="Halstead" image_url="http://s3.amazonaws.com/static.gowalla.com/users/118107-standard.jpg?1266009607" last_name="Frost" url="/users/118107">>, <#Hashie::Mash created_at="2010-03-03T21:45:33+00:00" message="" type="checkin" url="/checkins/4194285" user=<#Hashie::Mash first_name="Brien" image_url="http://s3.amazonaws.com/static.gowalla.com/users/15722-standard.jpg?1258238278" last_name="Smith" url="/users/15722">>, <#Hashie::Mash created_at="2010-03-03T19:49:34+00:00" message="" type="checkin" url="/checkins/4189799" user=<#Hashie::Mash first_name="Josh" image_url="http://s3.amazonaws.com/static.gowalla.com/users/2-standard.jpg?1251170137" last_name="Williams" url="/users/2">>] lat=30.2695755256 list_image_url_320=nil lng=-97.7495133877 map_bounds=<#Hashie::Mash east=nil north=nil south=nil west=nil> max_items_count=10 name="Wahoo's" phone_number="1-816-914-5294" photos_count=1 photos_url="/spots/18568/photos" radius_meters=50 spot_categories=[<#Hashie::Mash name="Mexican" url="/categories/15">] strict_radius=false top_10=[<#Hashie::Mash checkins_count="13" first_name="Josh" image_url="http://s3.amazonaws.com/static.gowalla.com/users/2-standard.jpg?1251170137" last_name="Williams" url="/users/2">, <#Hashie::Mash checkins_count="10" first_name="Adam" image_url="http://s3.amazonaws.com/static.gowalla.com/users/3-standard.jpg?1236873337" last_name="McManus" url="/users/3">, <#Hashie::Mash checkins_count="8" first_name="whurley" image_url="http://s3.amazonaws.com/static.gowalla.com/users/26700-standard.jpg?1259180481" last_name="*" url="/users/26700">, <#Hashie::Mash checkins_count="6" first_name="Keegan" image_url="http://s3.amazonaws.com/static.gowalla.com/users/5-standard.jpg?1253829277" last_name="Jones" url="/users/5">, <#Hashie::Mash checkins_count="6" first_name="Sandi" image_url="http://s3.amazonaws.com/static.gowalla.com/users/33-standard.jpg?1237404524" last_name="Weldon" url="/users/33">, <#Hashie::Mash checkins_count="4" first_name="kerissa" image_url="http://s3.amazonaws.com/static.gowalla.com/users/39192-standard.jpg?1267300003" last_name="bearce" url="/users/39192">, <#Hashie::Mash checkins_count="3" first_name="Weston" image_url="http://s3.amazonaws.com/static.gowalla.com/users/97465-standard.jpg?1264027703" last_name="Sewell" url="/users/97465">, <#Hashie::Mash checkins_count="3" first_name="John" image_url="http://s3.amazonaws.com/static.gowalla.com/users/4-standard.jpg?1253815773" last_name="Critz" url="/users/4">, <#Hashie::Mash checkins_count="3" first_name="Happy" image_url="http://s3.amazonaws.com/static.gowalla.com/users/25818-standard.jpg?1259090217" last_name="Mercado" url="/users/25818">, <#Hashie::Mash checkins_count="3" first_name="Phillip" image_url="http://s3.amazonaws.com/static.gowalla.com/users/12-standard.jpg?1249405659" last_name="Bowden" url="/users/12">] trending_level=0 twitter_username="Wahoos512" url="/spots/18568" users_count=126 websites=["http://www.wahoos.com/"]>

@client.categories()

<#Hashie::Mash description="Bridge, Corporate, Home, Church, etc." image_url="http://static.gowalla.com/categories/13-standard.png" name="Architecture & Buildings" small_image_url="http://static.gowalla.com/categories/13-small-standard.png" spot_categories=[<#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/128-standard.png" name="Bridge" small_image_url="http://static.gowalla.com/categories/128-small-standard.png" spot_categories=[] url="/categories/128">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/185-standard.png" name="Castle" small_image_url="http://static.gowalla.com/categories/185-small-standard.png" spot_categories=[] url="/categories/185">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/121-standard.png" name="Corporate - Office" small_image_url="http://static.gowalla.com/categories/121-small-standard.png" spot_categories=[] url="/categories/121">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/126-standard.png" name="Courthouse" small_image_url="http://static.gowalla.com/categories/126-small-standard.png" spot_categories=[] url="/categories/126">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/150-standard.png" name="Fountain" small_image_url="http://static.gowalla.com/categories/150-small-standard.png" spot_categories=[] url="/categories/150">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/166-standard.png" name="Historic Landmark" small_image_url="http://static.gowalla.com/categories/166-small-standard.png" spot_categories=[] url="/categories/166">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/21-standard.png" name="Home" small_image_url="http://static.gowalla.com/categories/21-small-standard.png" spot_categories=[<#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/20-standard.png" name="Apartment" small_image_url="http://static.gowalla.com/categories/20-small-standard.png" url="/categories/20">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/29-standard.png" name="Condo" small_image_url="http://static.gowalla.com/categories/29-small-standard.png" url="/categories/29">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/89-standard.png" name="Craftsman" small_image_url="http://static.gowalla.com/categories/89-small-standard.png" url="/categories/89">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/87-standard.png" name="Duplex" small_image_url="http://static.gowalla.com/categories/87-small-standard.png" url="/categories/87">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/90-standard.png" name="Modern" small_image_url="http://static.gowalla.com/categories/90-small-standard.png" url="/categories/90">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/88-standard.png" name="Victorian" small_image_url="http://static.gowalla.com/categories/88-small-standard.png" url="/categories/88">] url="/categories/21">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/216-standard.png" name="Lighthouse" small_image_url="http://static.gowalla.com/categories/216-small-standard.png" spot_categories=[] url="/categories/216">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/69-standard.png" name="Mission" small_image_url="http://static.gowalla.com/categories/69-small-standard.png" spot_categories=[] url="/categories/69">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/60-standard.png" name="Other - Architecture" small_image_url="http://static.gowalla.com/categories/60-small-standard.png" spot_categories=[] url="/categories/60">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/205-standard.png" name="Place of Worship" small_image_url="http://static.gowalla.com/categories/205-small-standard.png" spot_categories=[<#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/65-standard.png" name="Church" small_image_url="http://static.gowalla.com/categories/65-small-standard.png" url="/categories/65">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/68-standard.png" name="Contemporary Church" small_image_url="http://static.gowalla.com/categories/68-small-standard.png" url="/categories/68">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/22-standard.png" name="Historic Church" small_image_url="http://static.gowalla.com/categories/22-small-standard.png" url="/categories/22">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/70-standard.png" name="Mosque" small_image_url="http://static.gowalla.com/categories/70-small-standard.png" url="/categories/70">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/208-standard.png" name="Other - Place of Worship" small_image_url="http://static.gowalla.com/categories/208-small-standard.png" url="/categories/208">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/71-standard.png" name="Synagogue" small_image_url="http://static.gowalla.com/categories/71-small-standard.png" url="/categories/71">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/184-standard.png" name="Temple" small_image_url="http://static.gowalla.com/categories/184-small-standard.png" url="/categories/184">] url="/categories/205">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/165-standard.png" name="Plaza / Square" small_image_url="http://static.gowalla.com/categories/165-small-standard.png" spot_categories=[] url="/categories/165">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/23-standard.png" name="Skyscraper" small_image_url="http://static.gowalla.com/categories/23-small-standard.png" spot_categories=[] url="/categories/23">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/146-standard.png" name="Tower" small_image_url="http://static.gowalla.com/categories/146-small-standard.png" spot_categories=[] url="/categories/146">, <#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/170-standard.png" name="Warehouse & Industrial" small_image_url="http://static.gowalla.com/categories/170-small-standard.png" spot_categories=[] url="/categories/170">] url="/categories/13">

@client.spot_events(452593)

<#Hashie::Mash activity_url="/checkins/4288683/activity" comments_count=0 created_at="2010-03-05T22:17:56+00:00" message="" photos_count=0 type="checkin" url="/checkins/4288683" user=<#Hashie::Mash first_name="Rob" image_url="http://s3.amazonaws.com/static.gowalla.com/users/3104-standard.jpg?1253304471" last_name="Mack" url="/users/3104">>

@client.spot_items(18568)

<#Hashie::Mash determiner="a" image_url="http://static.gowalla.com/kinds/1522-91946954ac080dd17017ca931472a87f.png" issue_number=27868 name="Bowl of Noodles" pick_up_url="/items/1693342/pick_up" url="/items/1693342">

@client.category(1)

<#Hashie::Mash description="" image_url="http://static.gowalla.com/categories/1-standard.png" name="Coffee Shop" small_image_url="http://static.gowalla.com/categories/1-small-standard.png" spot_categories=[] url="/categories/1">

@client.spot_photos(18568)

<#Hashie::Mash checkin_url="/checkins/17142731" created_at="2010-09-17T00:36:24Z" message="Keegbeard. " photo_urls=<#Hashie::Mash high_res_320x480="http://static.gowalla.com/photos/912078_high_res_320x480.jpg" low_res_320x480="http://static.gowalla.com/photos/912078_low_res_320x480.jpg" square_10="http://static.gowalla.com/photos/912078_square_10.jpg" square_100="http://static.gowalla.com/photos/912078_square_100.jpg" square_50="http://static.gowalla.com/photos/912078_square_50.jpg" square_75="http://static.gowalla.com/photos/912078_square_75.jpg"> spot=<#Hashie::Mash image_url="http://static.gowalla.com/categories/373-e1e4e31b4f61a14f7b6b2b245b2d9693-100.png?1" locality="Austin" name="Big Ass Twitter Happy Hour #BATHH September Meet Up at Union Park" region="TX" url="/spots/3842712"> type="photo">

@client.trips()

<#Hashie::Mash _completed=false image_url="http://static.gowalla.com/missions/89-00a4ed7860170facb04d6b17e245d4f3.png" name="London Pub Crawl" spots=[<#Hashie::Mash url="/spots/164009">, <#Hashie::Mash url="/spots/24161">, <#Hashie::Mash url="/spots/28302">, <#Hashie::Mash url="/spots/68392">, <#Hashie::Mash url="/spots/77029">, <#Hashie::Mash url="/spots/24647">, <#Hashie::Mash url="/spots/20530">, <#Hashie::Mash url="/spots/23411">, <#Hashie::Mash url="/spots/68148">, <#Hashie::Mash url="/spots/48833">] url="/trips/89">

@client.trip(1)

<#Hashie::Mash _completed=false completed_users_count=139700 created_at="2009-06-22T18:44:46+00:00" creator=<#Hashie::Mash first_name="Team" last_name="Gowalla" url="/users/1934"> description="" friends_completed=[] image_url="http://static.gowalla.com/missions/1-ec53eae4b07e222b9a95805d28508986.png" map_bounds=<#Hashie::Mash east=-63.457031 north=49.496675 south=24.046464 west=-125.419922> name="I Installed Gowalla!" spots=[] url="/trips/1">

@client.user_friends(sco)

<#Hashie::Mash first_name="Chalkbot" hometown="Pittsburgh, PA" image_url="http://s3.amazonaws.com/static.gowalla.com/users/330493-standard.jpg?1277914145?1" last_name="" url="/users/330493">

@client.user_items(sco, {:context=>"vault"})

<#Hashie::Mash determiner="a" image_url="http://static.gowalla.com/kinds/1522-91946954ac080dd17017ca931472a87f.png" issue_number=27868 name="Bowl of Noodles" pick_up_url="/items/1693342/pick_up" url="/items/1693342">

@client.user_photos(sco)

<#Hashie::Mash checkin_url="/checkins/17142731" created_at="2010-09-17T00:36:24Z" message="Keegbeard. " photo_urls=<#Hashie::Mash high_res_320x480="http://static.gowalla.com/photos/912078_high_res_320x480.jpg" low_res_320x480="http://static.gowalla.com/photos/912078_low_res_320x480.jpg" square_10="http://static.gowalla.com/photos/912078_square_10.jpg" square_100="http://static.gowalla.com/photos/912078_square_100.jpg" square_50="http://static.gowalla.com/photos/912078_square_50.jpg" square_75="http://static.gowalla.com/photos/912078_square_75.jpg"> spot=<#Hashie::Mash image_url="http://static.gowalla.com/categories/373-e1e4e31b4f61a14f7b6b2b245b2d9693-100.png?1" locality="Austin" name="Big Ass Twitter Happy Hour #BATHH September Meet Up at Union Park" region="TX" url="/spots/3842712"> type="photo">

@client.user_pins(sco)

<#Hashie::Mash _image_url_200="http://static.gowalla.com/trips/7723-0b17cee6b7b7f293791e3982f9f9a166-100.png?1" image_url="http://static.gowalla.com/trips/7723-0b17cee6b7b7f293791e3982f9f9a166-100.png?1" issue_number=12345 name="110 Film" trip=<#Hashie::Mash type="challenge" url="/trips/7723"> url="/trips/7723">

@client.user_visited_spots_urls(sco)

/spots/682460

@client.user_top_spots(1707)

<#Hashie::Mash image_url="http://static.gowalla.com/spots/21714-3fed705ea37c9c266efb70f3a62a2b6a.png" name="Juan Pelota Cafe" url="/spots/21714" user_checkins_count=30>

@client.user_stamps(1707, {:limit=>20})

<#Hashie::Mash checkins_count=1 first_checkin_at="2010-03-06T21:15:22+00:00" last_checkin_at="2010-03-06T21:15:22+00:00" spot=<#Hashie::Mash address=<#Hashie::Mash locality="Austin" region="TX"> image_url="http://static.gowalla.com/categories/17-standard.png" name="Muck-N-Dave's Texas BBQ" url="/spots/646423">>

@client.user_trips(sco)

<#Hashie::Mash _completed=false image_url="http://static.gowalla.com/missions/89-00a4ed7860170facb04d6b17e245d4f3.png" name="London Pub Crawl" spots=[<#Hashie::Mash url="/spots/164009">, <#Hashie::Mash url="/spots/24161">, <#Hashie::Mash url="/spots/28302">, <#Hashie::Mash url="/spots/68392">, <#Hashie::Mash url="/spots/77029">, <#Hashie::Mash url="/spots/24647">, <#Hashie::Mash url="/spots/20530">, <#Hashie::Mash url="/spots/23411">, <#Hashie::Mash url="/spots/68148">, <#Hashie::Mash url="/spots/48833">] url="/trips/89">

@client.user(sco)

<#Hashie::Mash _bookmarked_spots_urls_url="/users/1/bookmarked_spots_urls" _is_friend=false activity_url="/users/1/events" add_friend_url="/friendships/request?user_id=1" bio="CTO & co-founder of Gowalla. Ruby/Cocoa/JavaScript developer. Game designer. Author. Indoorsman." bookmarked_spots_count=2 bookmarked_spots_url="/spots?bookmarks_user_id=1" facebook_id=505421674 first_name="Scott" friends_count=444 friends_url="/users/1/friends" hometown="Austin, Texas" image_url="http://s3.amazonaws.com/static.gowalla.com/users/1-standard.jpg?1263521844" items_count=8 items_url="/users/1/items" last_checkins=[<#Hashie::Mash created_at="2010-03-06T21:15:22+00:00" message="Trying the new BBQ trailer. " spot=<#Hashie::Mash image_url="http://static.gowalla.com/categories/17-standard.png" name="Muck-N-Dave's Texas BBQ" url="/spots/646423"> type="checkin" url="/checkins/4342021">] last_name="Raymond" photos_count=24 photos_url="/users/1/photos" pins_count=21 pins_url="/users/1/pins" stamps_count=506 stamps_url="/users/1/stamps" top_spots_url="/users/1/top_spots" trips_count=3 trips_url="/users/1/trips" twitter_username="" url="/users/1" website="">