Skip to content

This library enables you to interact with WEBFLEETs developer API called WEBFLEET.connect and originates from a internship project.

License

Notifications You must be signed in to change notification settings

Webfleet-Solutions/python-wfconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This library enables you to interact with WEBFLEETs developer API called WEBFLEET.connect and originates from a internship project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages