We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should tell people how to modify their cargo toml. This should possibly be put in front of the complete usage example.
Additionally, the documentation should be changed to use youtube3::new() instead of youtube3::YouTube::new(...) in all code samples.
youtube3::new()
youtube3::YouTube::new(...)
The text was updated successfully, but these errors were encountered:
7f33cf2
You can watch the development stream on youtube.
Sorry, something went wrong.
Byron
No branches or pull requests
Should tell people how to modify their cargo toml. This should possibly be put in front of the complete usage example.
Additionally, the documentation should be changed to use
youtube3::new()
instead ofyoutube3::YouTube::new(...)
in all code samples.The text was updated successfully, but these errors were encountered: