Class: GnipApi::Endpoints

Inherits:
Object
  • Object
show all
Defined in:
lib/gnip_api/endpoints.rb

Class Method Summary collapse

Class Method Details

.powertrack_rule_replay(label) ⇒ Object


20
21
22
# File 'lib/gnip_api/endpoints.rb', line 20

def powertrack_rule_replay label
  URI("https://gnip-api.twitter.com/rules/powertrack-replay/accounts/#{}/publishers/twitter/#{label}.json")
end

.powertrack_rule_validator(label) ⇒ Object


12
13
14
# File 'lib/gnip_api/endpoints.rb', line 12

def powertrack_rule_validator label
  URI("https://gnip-api.twitter.com/rules/powertrack/accounts/#{}/publishers/twitter/#{label}/validation.json")
end

.powertrack_rules(label) ⇒ Object


4
5
6
# File 'lib/gnip_api/endpoints.rb', line 4

def powertrack_rules label
  URI("https://gnip-api.twitter.com/rules/powertrack/accounts/#{}/publishers/twitter/#{label}.json")
end

.powertrack_stream(label) ⇒ Object


8
9
10
# File 'lib/gnip_api/endpoints.rb', line 8

def powertrack_stream label
  URI("https://gnip-stream.twitter.com/stream/powertrack/accounts/#{}/publishers/twitter/#{label}.json")
end

.powertrack_stream_replay(label) ⇒ Object


16
17
18
# File 'lib/gnip_api/endpoints.rb', line 16

def powertrack_stream_replay label
  URI("https://gnip-stream.twitter.com/replay/powertrack/accounts/#{}/publishers/twitter/#{label}.json")
end

.search_activities(label) ⇒ Object


24
25
26
# File 'lib/gnip_api/endpoints.rb', line 24

def search_activities label
  URI("https://gnip-api.twitter.com/search/fullarchive/accounts/#{}/#{label}.json")
end

.search_counts(label) ⇒ Object


28
29
30
# File 'lib/gnip_api/endpoints.rb', line 28

def search_counts label
  URI("https://gnip-api.twitter.com/search/fullarchive/accounts/#{}/#{label}/counts.json")
end