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

Fixed RingDoorBell.get_snapshot() and added download #218

Merged
merged 5 commits into from Jan 18, 2021

Conversation

NSEvent
Copy link
Contributor

@NSEvent NSEvent commented Jun 21, 2020

Was getting 405 Client Error before because it looks like the endpoint (https://api.ring.com/clients_api/snapshots/timestamps?api_version=9) no longer accepts GET requests. Changed the initial snapshot request to a POST request to get it working.

Also added filename in arguements and download snapshot as jpg file to better match the function description """Take a snapshot and download it"""

…re because it looks like the endpoint (https://api.ring.com/clients_api/snapshots/timestamps?api_version=9) no longer accepts GET requests. Changed the initial snapshot request to a POST request
@coveralls
Copy link

coveralls commented Jun 21, 2020

Coverage Status

Coverage decreased (-0.1%) to 63.822% when pulling fde54a8 on kvntng17:add-snapshot-download into 9488d57 on tchellomello:master.

@tchellomello tchellomello merged commit ee04f66 into tchellomello:master Jan 18, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants