This library enables you to interact with WEBFLEETs developer API called WEBFLEET.connect
api = WfConnect(self.url)
api.setAuthentication(
self.account,
self.username,
self.password,
)
...
vehicles = api.showObjectReportExtern("your-group-name")