GitHub - Webfleet-Solutions/python-wfconnect: This library enables you to interact with WEBFLEETs developer API called WEBFLEET.connect and originates from a internship project.

Skip to content

Navigation Menu

Sign in

Appearance settings

WEBFLEET.connect

This library enables you to interact with WEBFLEETs developer API called WEBFLEET.connect

Quick Start

api = WfConnect(self.url)
api.setAuthentication(
    self.account,
    self.username,
    self.password,
)
...
vehicles = api.showObjectReportExtern("your-group-name")