Skip to content

Commit 8b3ad1a

Browse files
authored
New Renault Kamereon API key (#652)
1 parent fa40a53 commit 8b3ad1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vehicle/renault.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ func (v *Renault) kamereonRequest(uri string) (kamereonResponse, error) {
261261
data := url.Values{"country": []string{"DE"}}
262262
headers := map[string]string{
263263
"x-gigya-id_token": v.gigyaJwtToken,
264-
"apikey": v.kamereon.APIKey,
264+
// "apikey": v.kamereon.APIKey, // wrong key since 2021-02-01
265+
"apikey": "Ae9FDWugRxZQAGm3Sxgk7uJn6Q4CGEA2", // temporary workaround
265266
}
266267

267268
var res kamereonResponse

0 commit comments

Comments
 (0)