Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
python
python
client = SquirroClient(None, None, cluster='https://next.squirro.net/')
client.authenticate(refresh_token='293d…a13b')
		client.new_subscription(project_id, object_id='default', provider='feed',
    config={'url': 'http://feeds.feedburner.com/TechCrunch/'})

...