lib/whatser/resources/user.rb in whatser-0.6.0 vs lib/whatser/resources/user.rb in whatser-0.6.1

- old
+ new

@@ -55,9 +55,13 @@ def connection Whatser::Follow.set(self.class.client).connection(id) end + def followers(params={}) + Whatser::Follow.set(self.class.client).followers(id, params) + end + def thanks(poi_id,params={}) api_request :post, "/api/users/#{id}/poi/#{poi_id}/thanks", {:query => params} end def oauth_token \ No newline at end of file