Top Level Namespace

Defined Under Namespace

Modules: Edmunds

Constant Summary collapse

MAKE_API_URL =
Edmunds::Vehicle::API_URL_V2
MAKES_API_URL =
MAKE_API_URL + '/makes'
MAKES_COUNT_API_URL =
MAKES_API_URL + '/count'
STYLE_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/styles'
COLORS_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/colors'
MODEL_API_URL =
Edmunds::Vehicle::API_URL_V2
BASE_API_URL =
Edmunds::Vehicle::API_URL_V2
ENGINE_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/engines'
OPTIONS_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/options'
EQUIPMENT_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/equipment'
STYLES_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/styles'
MODEL_YEAR_API_URL =
Edmunds::Vehicle::API_URL_V2
FULL_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/vins'