smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

Update documentation #100

Closed mihaiobytex closed 3 years ago

mihaiobytex commented 3 years ago

The documentation is out of date and also needs some fixes.

  1. Wrong env vars for client secret and redirect uri
    export SMARTCAR_CLIENT_ID='<your client id>'
    export SMARTCAR_CLIENT_ID='<your client secret>'
    export SMARTCAR_CLIENT_ID='<your redirect URI>'
  2. The examples uses the odometer function but it does not create the scope for that reading.
  3. vehicles = smartcar.get_vehicle_ids(<access_token>) method should be replaced by get_vehicles.
gurpreetatwal commented 3 years ago

Hi @mihaiobytex :wave: !

Thanks for catching these, we'll get them fixed up soon.

smartcar-ci commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: