SocialShares::Base
# File lib/social_shares/buffer.rb, line 5 def shares! response = get(URL, params: { url: checked_url }) JSON.parse(response)['shares'] end