Skip to content

Commit

Permalink
fix: new secrets (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilathedragon authored Jul 27, 2024
1 parent 2653187 commit e4459ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/RequestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class RequestService {
Accept: "application/json",
"Accept-Language": "en-US",
"Content-Type": request.getContentType(),
Host: "api.gm.com",
Host: "na-mobile-api.gm.com",
Connection: "keep-alive",
"Accept-Encoding": "br, gzip, deflate",
"User-Agent": onStarAppConfig.userAgent,
Expand Down
6 changes: 3 additions & 3 deletions src/onStarAppConfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"appId": "OMB_CVY_iOS_6Y2",
"appSecret": "KXbtAmTMVT9Pczz8UkhLSu3RHrjevKgLecwD",
"appId": "OMB_CVY_iOS_6Z0",
"appSecret": "tCujQXR8nvPhewodWMPrUNExBK4dmCmBAfMb",
"optionalClientScope": "",
"requiredClientScope": "onstar gmoc user_trailer user priv",
"serviceUrl": "https://api.gm.com",
"serviceUrl": "https://na-mobile-api.gm.com",
"userAgent": "myChevrolet/118 CFNetwork/1408.0.4 Darwin/22.5.0"
}

0 comments on commit e4459ba

Please sign in to comment.