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

Implement playlists logic #34

Closed
jellegerbrandy opened this issue Dec 28, 2017 · 1 comment
Closed

Implement playlists logic #34

jellegerbrandy opened this issue Dec 28, 2017 · 1 comment

Comments

@jellegerbrandy
Copy link
Contributor

This needs to be defined, still. Here is a first idea:

 `paratii.core.playlists.get(playlistId)`
 `paratii.core.playlists.create(...)`
 `paratii.core.playlists.update(playlistId, {fiedls:to, update:foo})`
 `paratii.core.playlists.search(qry)`

Gettings videos of a playlist:

 `paratii.core.vids.search({ playlist: playlistId })`

Get playlist of a video:

  `paratii.core.playlists.search( { video: videoId })`
@jellegerbrandy
Copy link
Contributor Author

This issue needs some more speccing...

@jellegerbrandy jellegerbrandy added this to To do in Improvements and Consolidation via automation May 28, 2018
Improvements and Consolidation automation moved this from To do to Done Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants