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

Commits on Jun 9, 2020

  1. Fixed RingDoorBell.get_snapshot() - was getting 405 Client Error befo…

    …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
    NSEvent committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6955375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd1d0c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Update doorbot.py

    tchellomello committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    5a35d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc6c6c View commit details
    Browse the repository at this point in the history
  3. Update doorbot.py

    tchellomello committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    fde54a8 View commit details
    Browse the repository at this point in the history