Now there are 11 requests in the API implementation, there are issues:
- not all parameters could be set (a lot of them is None)
- not all requests are needed
It's needed to add checks for presence of parameters and rewrite an __init__() method of RiaAverageCarPrice the way it doesn't make unnecessary requests.
Now there are 11 requests in the API implementation, there are issues:
It's needed to add checks for presence of parameters and rewrite an
__init__()method of RiaAverageCarPrice the way it doesn't make unnecessary requests.