smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

Paging cursor ignored in `get_connections` call #137

Closed thesammakman closed 1 month ago

thesammakman commented 1 month ago

I found a bug in the get_connections code where it is not using the cursor from the paging object passed in. Instead the code is checking that the cursor exists on the paging object and then tries to get it from the filter object.

This should be a quick fix and has a work around where you add cursor to both the paging and filter object.

relevant code here. https://github.com/smartcar/python-sdk/blob/master/smartcar/smartcar.py#L294-L301

smartcar-ci commented 1 month ago

:tada: This issue has been resolved in version 6.15.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: