Skip to content

Commit

Permalink
Update appApi endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sightler committed Jun 18, 2024
1 parent 49482ef commit ff059e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/mighty-steaks-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': patch
'ring-client-api': patch
---

Update app API endpoint to fix socket connection issues
2 changes: 1 addition & 1 deletion packages/ring-client-api/rest-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const defaultRequestOptions: RequestOptions = {
clientApiBaseUrl = 'https://api.ring.com/clients_api/',
deviceApiBaseUrl = 'https://api.ring.com/devices/v1/',
commandsApiBaseUrl = 'https://api.ring.com/commands/v1/',
appApiBaseUrl = 'https://app.ring.com/api/v1/',
appApiBaseUrl = 'https://prd-api-us.prd.rings.solutions/api/v1/',
apiVersion = 11

export function clientApi(path: string) {
Expand Down

0 comments on commit ff059e4

Please sign in to comment.