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

Consider adding the users endpoint to TwitchKraken #66

Closed
4 tasks done
SomniumPrime opened this issue Mar 23, 2019 · 1 comment
Closed
4 tasks done

Consider adding the users endpoint to TwitchKraken #66

SomniumPrime opened this issue Mar 23, 2019 · 1 comment
Labels
Projects

Comments

@SomniumPrime
Copy link
Contributor

Prerequisites

Description

The Helix users endpoint still does not contain the "created_at" property. This property is very useful when trying to combat channel spawn, by helping to identify newly created spam accounts.

Solutions

Although the Kraken endpoints are deprecated, consider adding the https://api.twitch.tv/kraken/users endpoint to TwitchKraken.java, so that the "created_at" property of users can be looked up.

Alternatives

Apparently there is currently no alternate way to get this information from the Twitch APIs

@PhilippHeuer PhilippHeuer added this to To do in Roadmap Mar 24, 2019
SomniumPrime added a commit to SomniumPrime/twitch4j that referenced this issue Apr 4, 2019
Added "getUsersByLogin" to TwitchKraken, since the the Helix Users endpoint does not support retrieving the "createdAt" property of a user yet.
SomniumPrime added a commit to SomniumPrime/twitch4j that referenced this issue Apr 4, 2019
…x to alleviate rate limits

Added optional versions of methods for getting clips, games, top games, streams, streamsmetada followers and videos using bearer token (user- or application-token).
PhilippHeuer pushed a commit that referenced this issue Apr 4, 2019
Added "getUsersByLogin" to TwitchKraken, since the the Helix Users endpoint does not support retrieving the "createdAt" property of a user yet.
@PhilippHeuer
Copy link
Member

Thanks for the pull request ;)

Roadmap automation moved this from To do to Done Apr 4, 2019
PhilippHeuer pushed a commit to SomniumPrime/twitch4j that referenced this issue Apr 4, 2019
…x to alleviate rate limits

Added optional versions of methods for getting clips, games, top games, streams, streamsmetada followers and videos using bearer token (user- or application-token).
PhilippHeuer pushed a commit that referenced this issue Apr 4, 2019
…eviate rate limits

Added optional versions of methods for getting clips, games, top games, streams, streamsmetada followers and videos using bearer token (user- or application-token).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Roadmap
  
Done
Development

No branches or pull requests

2 participants