This is the changelog for v2 releases. See v0/v1 releases in appropriate branches.
- Dacia, Volkswagen, Seat and Cupra brands
- Audi and Škoda brand
- Vehicle static data request
- Volvo brand
- Fix
Json {} ignoreUnknownKeys
error
- Update javadoc
- Porsche, Maserati and Kia brands
- new
HMKitFleet
constructor with OAuth/OAuth private key credentials
HMKitCredentials credentials = new HMKitOAuthCredentials(
"client_id",
"client_secret"
);
HMKitConfiguration configuration = new HMKitConfiguration.Builder()
.credentials(credentials)
.environment(HMKitFleet.Environment.SANDBOX)
.build();
HMKitFleet hmkit = new HMKitFleet(configuration);
- Tesla brand