- Added Vehicles endpoint with VIN decoding
- Moved all calls to the nhtsa api to use https instead of http
- Safety Seat Inspection Station Locator was using a hardcoded URL, moving it to use the constants used everywhere else in the project.
- Slightly better to read string handling when building URIs, going with
#{BASE_URI}/#{END_POINT}
overBASE_URI + END_POINT