| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Subscribe for Push Notifications

Page history last edited by Andrey Smirnov 14 years, 9 months ago


 

qik.stream.subscribe_follow_streams

Subscribe to streams from people I follow (as viewed by current authorized user)

 

Synopsis: qik.stream.subscribe_follow_streams(session, filter_shared=True, limit=10 

 

Input: 

Param
Type
Description
session
str
Creates a unique session ID 
filter_shared bool Whether we show all shared streams or only shared from my followers
Limit int Limit number of streams

  

Return:
Type
Description
[str, list(dict)]
[subscription key, view contents]
 

 

raises QSessionNotAuthorizedError   if session isn't authorized

 

 

qik.stream.subscribe_own_user_streams

Subscribe to user's own streams (for current authorized user) 

 

Synopsis: qik.stream.subscribe_own_user_streams(session, limit=10)

 

Input:
Param
Type
Description
session
str
Session ID
limit int Limit number of streams

 

Return:
Type
Description
[str, list(dict)]
[subscription key, view contents]

 

raises QSessionNotAuthorizedError

   if session isn't authorize

 

qik.stream.subscribe_public_live 

Subscribe to view of all public live streams.

 

Synopsis: qik.stream.subscribe_public_live(session, limit=10)

 

Input:
Param
Type
Description
session
str
Session ID

 

 

Return:
Type
Description
[str, list(dict)]
[subscription key, view contents]

 

qik.stream.subscribe_public_recent 

Subscribe to view of all recent public streams.

 

Synopsis: qik.stream.subscribe_public_recent(session, limit=50)

 

Input:
Param
Type
Description
session
str
Session ID

 

Return:
Type
Description
[str, list(dict)]
[subscription key, view contents]

 

qik.stream.subscribe_public_user_streams

Subscribe to user's public streams.

 

Synopsis : qik.stream.subscribe_public_user_streams(session, username, limit=10)

 

Input: 

Param
Type
Description
session
str
Creates a unique session ID 
username str Username and not the login
Limit int Limit number of streams

  

Return:
Type
Description
[str, list(dict)]
[subscription key, view contents]
 

 

raises QSessionNotAuthorizedError

   if session isn't authorized

 

qik.stream.subscribe_user_streams

Subscribe to other user's streams (as viewed by current authorized user. 

 

Synopsis :qik.stream.subscribe_user_streams(session, username, limit=10)

 

Input: 

Param
Type
Description
session
str
Creates a unique session ID 
username str Username and not the login
Limit int Limit number of streams

  

Return:
Type
Description
[str, list(dict)]
[subscription key, view contents]
 

 

raises QSessionNotAuthorizedError

   if session isn't authorized

 

raises QSessionNotAuthorizedError

   if session isn't authorized

 

 

 

Comments (0)

You don't have permission to comment on this page.