smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

docs: Update README and CONTRIBUTING #94

Closed nbry closed 3 years ago

nbry commented 3 years ago

Update markdown file docs to match the SDK v2.0 spec. Most notable change is changing the parameters and returns of the Vehicle methods.

Non-docs change: Re-introduced 'is_expired' method and placed in static.py. Added type hints.

nbry commented 3 years ago

Final (...or I guess, "submission") Draft submitted. This draft includes a separate REFERENCES.md file with instructions on how to use the SDK. It also contains an updated README with updated code snippets.