Skip to content

Commit

Permalink
Update API base URL and API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiaswk committed Sep 27, 2021
1 parent da59b39 commit 411d526
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/nissanconnect_session.dart
Expand Up @@ -6,9 +6,10 @@ import 'package:dartnissanconnectna/src/nissanconnect_vehicle.dart';
import 'package:http/http.dart' as http;

class NissanConnectSession {
final String baseUrl = 'https://icm.infinitiusa.com/NissanEVProd/rest/';
final String baseUrl =
'https://icm.infinitiusa.com/NissanConnectEVProd/rest/';
final String apiKey =
'fBBQ6yMujXE/T9ZghOYDZgJQmnqg/1ECSn0kDso0Lo5sKdHUoN7Mlo8FYUH/EV3T';
'Z9bNvSz8NZf0J3fLhwA3U27G4HQpwMBMYPHd3B+uzeWstfRPEue8AoS/xjIz34k8';

bool debug;
List<String> debugLog = [];
Expand Down

0 comments on commit 411d526

Please sign in to comment.