Method: GnipApi::Endpoints.search_counts

Defined in:
lib/gnip_api/endpoints.rb

.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/#{}/#{label}/counts.json")
end