-
Notifications
You must be signed in to change notification settings - Fork 123
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 'delete' and 'delete all' endpoints to library #417
Comments
maybe add a parameter to download_videos(), which deletes a video after a successful (!) download |
Just as an update, I took a look at this but there's more information needed in order to implement this. Performing a POST So this will remain on the to-do list. I was hoping it would be an easy add 😞 |
Here is the relevant endpoint. If I have some time this weekend, I will give it a shot.
|
can we delete videeos before a particlular datetime from cloud and sync module with this. for ex -
will we able to both 1) and 2) from this ? |
I think we have solved for item 2: blinkpy/blinkpy/sync_module.py Lines 707 to 721 in e98a587
You can poll the videos, create a list and delete them with this function. |
It would be quite helpful to have the delete and deleteall endpoints implemented in order to effectively manage storage by being able to delete either specific videos or all the videos currently stored.
The text was updated successfully, but these errors were encountered: