lib/etsy4r/favorite_commands.rb in tcocca-etsy4r-0.2.0 vs lib/etsy4r/favorite_commands.rb in tcocca-etsy4r-0.3.0

- old
+ new

@@ -1,13 +1,7 @@ module Etsy4r class FavoriteCommands < Etsy4r::Commands - def get_favorers_of_user(user_id, optional_params = {}) - warn "[DEPRECATION] get_favorers_of_user is deprecated. " << - "Use get_favorers_of_shop instead." - get_favorers_of_shop(user_id, optional_params = {}) - end - def get_favorers_of_shop(user_id, optional_params = {}) @client.process("/shops/#{user_id}/favorers", optional_params) end def get_favorers_of_listing(listing_id, optional_params = {})