Skip to content

Commit 5327271

Browse files
authored
New API Manager URL & Client ID for Atlantic (#682)
1 parent 38a08db commit 5327271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyoverkiz/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ async def cozytouch_login(self) -> str:
304304

305305
# Request JWT
306306
async with self.session.get(
307-
COZYTOUCH_ATLANTIC_API + "/gacoma/gacomawcfservice/accounts/jwt",
307+
COZYTOUCH_ATLANTIC_API + "/magellan/accounts/jwt",
308308
headers={"Authorization": f"Bearer {token['access_token']}"},
309309
) as response:
310310
jwt = await response.text()

pyoverkiz/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
from pyoverkiz.models import OverkizServer
44

5-
COZYTOUCH_ATLANTIC_API = "https://api.groupe-atlantic.com"
5+
COZYTOUCH_ATLANTIC_API = "https://apis.groupe-atlantic.com"
66
COZYTOUCH_CLIENT_ID = (
7-
"czduc0RZZXdWbjVGbVV4UmlYN1pVSUM3ZFI4YTphSDEzOXZmbzA1ZGdqeDJkSFVSQkFTbmhCRW9h"
7+
"Q3RfMUpWeVRtSUxYOEllZkE3YVVOQmpGblpVYToyRWNORHpfZHkzNDJVSnFvMlo3cFNKTnZVdjBh"
88
)
99

1010
NEXITY_API = "https://api.egn.prd.aws-nexity.fr"

0 commit comments

Comments
 (0)