Constructor
# new GetVehicleTypesForMakeId(userConfigopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
userConfig |
FetchConfig |
<optional> |
User configuration options to construct the class with. |
Methods
# async GetVehicleTypesForMakeId(makeID) → {Promise.<GetVehicleTypesForMakeIdResponse>}
This returns all the Vehicle Types in the vPIC dataset for a specified Make and whose ID equals the make ID in the vPIC Dataset.
Parameters:
Name | Type | Description |
---|---|---|
makeID |
number | Vehicle make ID. |
Api Response object.
Promise.<GetVehicleTypesForMakeIdResponse>