-
Notifications
You must be signed in to change notification settings - Fork 36
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
What is the correct crate? #468
Comments
That's a leftover from the rename to
If you need the new API, you need the latest rc. Even if you're using |
I just noticed that the request flag on 0.6.1 doesn't activate request on twitch_oauth2. |
The Readme currently says on the badge, that
twitch-api2
is the crate published by this repo, but then that exact badge links totwitch-api
?Also there are no stable releases on
twitch-api
? So is it recommended to just use the latest rc oftwitch-api
or to use 0.6.1 oftwitch-api2
and then have to change all the imports later to the other crate?Edit: One could also just use
twitch_api = { package = "twitch_api2", version = "0.6.1"}
for the latter case. But the question still remains.The text was updated successfully, but these errors were encountered: