Method: GnipApi::Endpoints.search_counts
- Defined in:
- lib/gnip_api/endpoints.rb
permalink .search_counts(label) ⇒ Object
[View source]
16 17 18 |
# File 'lib/gnip_api/endpoints.rb', line 16 def search_counts label URI("https://gnip-api.twitter.com/search/fullarchive/accounts/#{account}/#{label}/counts.json") end |