We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9188c91 commit 26d8e46Copy full SHA for 26d8e46
nest/nest.py
@@ -22,7 +22,7 @@
22
23
ACCESS_TOKEN_URL = 'https://www.googleapis.com/oauth2/v4/token?redirect_uri=https://www.google.com'
24
AUTHORIZE_URL = 'https://nestservices.google.com/partnerconnections/{project_id}/auth?redirect_uri=https://www.google.com&access_type=offline&prompt=consent&client_id={client_id}&response_type=code&scope=https://www.googleapis.com/auth/sdm.service'
25
-API_URL = 'https://smartdevicemanagement.googleapis.com/v1/enterprises/{project_id}/'
+API_URL = 'https://smartdevicemanagement.googleapis.com/v1/enterprises/{project_id}'
26
SIMULATOR_SNAPSHOT_URL = \
27
'https://developer.nest.com' \
28
'/simulator/api/v1/nest/devices/camera/snapshot'
0 commit comments