-
Notifications
You must be signed in to change notification settings - Fork 378
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
List of channels a user has editor for. #147
Comments
|
I would really like to see this implemented as I'm working on a dashboard app that pretty much requires this. Right now users have to manually add channel (names) of which they are an editor and even with that, there is no way for me (the app) to check if the user is actually an editor of said channel. |
|
+1 |
1 similar comment
|
👍 |
|
I could really need this too. I was actually expecting to be able to use the |
|
+1 , but this should be under users, not streams, |
|
+1 and agree with fire |
|
👍 |
It'd be nice to be able to get a list of channels a user has editor for. Since it's available to the user on the dashboard I don't see why the info can't be in the API also.
I'd say to use the same response template as the
GET /streams/followed.GET /streams/editorReturns a list of stream objects that the authenticated user has editor permissions for.
Authenticated, required scope:
user_readRequest:
Response:
{ "_links": { "self": "https://api.twitch.tv/kraken/streams/editor?limit=25&offset=0", "next": "https://api.twitch.tv/kraken/streams/editor?limit=25&offset=25" }, "streams": [...] }The text was updated successfully, but these errors were encountered: