Top Level Namespace

Defined Under Namespace

Modules: Edmunds

Constant Summary collapse

STYLE_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/styles'
BASE_API_URL =
Edmunds::Vehicle::API_URL_V2
ENGINE_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/engines'
EQUIPMENT_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/equipment'
STYLES_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/styles'
FULL_API_URL =
Edmunds::Vehicle::API_URL_V2 + '/vins'