Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 381 Bytes

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")