aggregatedTrim added to **kwargs. Use by passing trim as a parameter to get_cars() function.
Example:
When searching for Mercedes-Benz C Class. Current code returns all C Class cars with no ability to narrow search down to C43 for example. With aggregatedTrim='C43 V6' we can narrow down the search.
aggregatedTrim
added to**kwargs
. Use by passingtrim
as a parameter toget_cars()
function.Example:
When searching for Mercedes-Benz C Class. Current code returns all C Class cars with no ability to narrow search down to C43 for example. With
aggregatedTrim='C43 V6'
we can narrow down the search.Usage: