Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mseminatore committed Oct 30, 2019
1 parent 395172c commit 5953767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ getPaintColor(vehicle) | returns the paint color as a string from vehicle object

These methods all require an `options` parameter with at least `options.authToken` and `options.vehicleID` defined.

> **Note**: Vehicle objects from the API contain *three* different strings that look like potential candidates for `vehicleID`. The correct one is `id_s`, and __**not**__ `id` or `vehicle_id`. Using the wrong ID will result in 404 errors!
> **Note**: Vehicle objects from the API contain *three* different strings that look like potential candidates for `vehicleID`. The correct one is `id_s`, and __**not**__ `id` or `vehicle_id`. Using the wrong ID will result in **404** errors!
> **Note**: The promise-based versions of the APIs have the suffix **Async** appended.
> For example `vehicle()` and `vehicleAsync()`. Note that not all APIs have an Async version, for example streaming.
Expand Down

0 comments on commit 5953767

Please sign in to comment.