# File lib/twitter/rest/undocumented.rb, line 38 def tweet_count(uri, options = {}) connection = Faraday.new('https://cdn.api.twitter.com', connection_options) connection.get('/1/urls/count.json', options.merge(:url => uri.to_s)).body[:count] end