README.rdoc in whatser-0.3.0 vs README.rdoc in whatser-0.3.1

- old
+ new

@@ -131,10 +131,14 @@ Whatser.client.spots.create( :name => 'my spot', :lat => 52.0, :lng => 4.0, :street => '123 st.', :region => 'Noord Holland', :city => 'Amsterdam', :postal_code => '1012', :country => 'Netherlands' ) Whatser.client.spots.delete( spot_id ) m = Whatser.client.spots.new( :name => 'my spot', :lat => 52.0, :lng => 4.0 ) m.save m.delete + results = m.details + results = m.reviews + results = m.tags + results = m.activity <Whatser::Poi @lng=4.0, @region="Noord Holland", @gowalla_id="123456", @lat=52.0, @tag_list=nil, @city="Amsterdam", @name="Example Spot", @country="Netherlands", @street="example street", @id=101, @postal_code="1012", @foursquare_id="123456", @created_at="2010-12-24T16:46:23Z"> === Collections @@ -263,13 +267,14 @@ <Whatser::DataSource @review_count=405, @poi_count=0, @price=0.0, @collection_count=0, @name="Rough Guides - Barcelona", @media_count=0, @id=9, @users=[{"name": "premium user", "id": 33}]> === Activity Feeds -User activity is recorded by the API, for example when a user adds or tags a POI, befriends another user, or uploads a photo. This activity is recorded in a user's activity feed, a collection of short messages detailing that user's activity. You can view feeds either by user, or globally. +User activity is recorded by the API, for example when a user adds or tags a POI, befriends another user, or uploads a photo. This activity is recorded in a user's activity feed, a collection of short messages detailing that user's activity. You can view feeds either by user, by spot, or globally. Whatser.client.feed.user( user_id, :page => 1, :per_page => 10 ) + Whatser.client.feed.spot( spot_id, :page => 1, :per_page => 10 ) Whatser.client.feed.mine( :page => 1, :per_page => 10 ) Whatser.client.feed.global( :page => 1, :per_page => 10 ) <Whatser::ActivityFeed @message="you uploaded a photo.", @poi_id=101, @object_avatar=nil, @user_avatar="http://example.com/avatars/imgs/1.jpg", @user_id=33, @object_name="Something", @user_name="This User", @object_id=1001, @poi_name="Some Spot", @city="Amsterdam"> @@ -315,10 +320,10 @@ * Developer Email: travis@sogeocompany.com * API Documentation: http://docs.sogeoapi.com * Facebook: http://www.facebook.com/sogeo * Whatser: http://www.whatser.com -* Twitter: @sogeoapi +* Twitter: @whatserapi == Copyright Copyright (c) 2010 Travis Dunn / SoGeo Company. See LICENSE.txt for further details.