### Quick Start Example Source: https://github.com/webfleet-solutions/python-wfconnect/blob/main/README.md Demonstrates basic initialization, authentication, and a sample API call to retrieve vehicle data. ```python api = WfConnect(self.url) api.setAuthentication( self.account, self.username, self.password, ) ... vehicles = api.showObjectReportExtern("your-group-name") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.