Method: GnipApi::Endpoints.powertrack_stream

Defined in:
lib/gnip_api/endpoints.rb

.powertrack_stream(source, label) ⇒ Object


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

def powertrack_stream source, label
  URI("https://stream.gnip.com:443/accounts/#{}/publishers/#{source}/streams/track/#{label}.json")
end