smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

feat(vehicle): add request method to Vehicle #106

Closed naomiperez closed 2 years ago

naomiperez commented 2 years ago

Add a new general purpose and BSE related method request(self, method: str, path: str, body: dict = {}, headers: dict = {}) -> types.Response to Vehicle that allows for making requests to the Smartcar API. Also adds new type Response to types.py.

Test Plan: create a simple app with my Smartcar Developer account and make requests with this method once it's in prod.

Asana: https://app.asana.com/0/1201332815308984/1201617268953139/f

smartcar-ci commented 2 years ago

:tada: This PR is included in version 6.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: