Skip to content

Jaguar Land Rover car API (Dart implementation)

Notifications You must be signed in to change notification settings

nasrisma/jlrdart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jlrdart

Jaguar Land Rover car API (Dart implementation)

Based on this REPO: https://github.com/ardevd/jlrpy

How to use

Create a futurebuilder and load this via future:

Future<List<Vehicle>> connectAndGet(Connection conn) async {
  String email = 'demo';
  String password = 'demo';
  conn.setCredentials(email, password);

  List<Vehicle> list = await conn.connect();
  await list[0].getAttributes();
  await list[0].getStatus();
  return list;
}

About

Jaguar Land Rover car API (Dart implementation)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages