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