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

Add first set of methods that require authentication #9

Merged
merged 5 commits into from
Aug 24, 2017

Conversation

claudiofullscreen
Copy link
Contributor

No description provided.

Creates room for new methods like #insert and #delete
This is the first endpoint that moves away from just public-facing
data (YT_API_KEY) and introduces the ability to fetch "private" data
like "my channel" for an authenticated account.
related_playlists is the method provided by YouTube, with the IDs.
like_playlists returns instances of Yt::Playlist -- specifically
the "liked videos" and (if present) the "Favorites" one.
@coveralls
Copy link

Coverage Status

Coverage decreased (-4.03%) to 95.966% when pulling fe16f8d on add-auth-methods into cfa8b18 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling dc5b1f6 on add-auth-methods into cfa8b18 on master.

@claudiofullscreen claudiofullscreen merged commit 6298dab into master Aug 24, 2017
@claudiofullscreen claudiofullscreen deleted the add-auth-methods branch August 24, 2017 23:12
@RKushnir
Copy link

@claudiob Do you plan on providing a way to pass access_token/refresh_token as a param to Yt::Channel.new? Using a global setting is awkward when you have multiple users.
I could help with a PR, if you have an idea how that API should look.

@claudiob
Copy link
Contributor

I do not plan to do that. I couldn't come up with a good idea for an API.

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