Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve multiple user streams #335

Open
scruffyfox opened this issue May 5, 2013 · 1 comment
Open

Retrieve multiple user streams #335

scruffyfox opened this issue May 5, 2013 · 1 comment

Comments

@scruffyfox
Copy link

I think it would be cool if you could retrieve multiple users' streams by using the comma seperated idiom similar to the other requests, this could be used on the client side to create a 'list' type service.

E.G. https://alpha-api.app.net/stream/0/users/16673,1/posts

@scruffyfox
Copy link
Author

The way we could unify lists cross-application would be the same way @ryantharp does with list-app.net, by taking advantage of channels and storing the user ids in that list of the streams to fetch. This would work so well because it

  1. already exists in the API
  2. allows for public/private lists
  3. not much work needed to be done on the client side if it already supports channels
  4. cross application syncing

Also bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant