GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
141 stars 41 forks source link

Expose methods for generating a feed token #3

Closed tschellenbach closed 10 years ago

tschellenbach commented 10 years ago

Suggested api

user_feed_1 = client.feed('user:1') token = user_feed_1.get_token()