Skip to content

Commit

Permalink
updated trips.json, trip.json and client for latest gowalla api
Browse files Browse the repository at this point in the history
  • Loading branch information
ehutzelman committed Mar 7, 2010
1 parent 72488af commit de1865a
Show file tree
Hide file tree
Showing 5 changed files with 1,599 additions and 1,694 deletions.
2 changes: 1 addition & 1 deletion lib/gowalla/client.rb
Expand Up @@ -94,7 +94,7 @@ def trips(options={})
options[:user_url] = "/users/#{user_id}"
end
query = format_geo_options(options)
mashup(self.class.get("/trips", :query => query))
mashup(self.class.get("/trips", :query => query)).trips
end

def featured_trips(options={})
Expand Down

0 comments on commit de1865a

Please sign in to comment.