Answered step by step
Verified Expert Solution
Question
1 Approved Answer
'The Carbon Hood' firm is building an inventory system for cars and accessories. A REST API service built using Sails.js is available to access,
'The Carbon Hood' firm is building an inventory system for cars and accessories. A REST API service built using Sails.js is available to access, modify, and add data to the system through Blueprint API. All the required data is in JSON format. Details: 1. Variant 1. id 2. name 3. type 4. capacity 5. price 2. Segment: 1. id 2. name 3. Manufacturer: 1. id 2. name 4. Accessories: 1. id 2. name 3. Price 5. Car: 1. id 2. name 3. 4. manufacturers 5. variants 6. accessories 7. description APIs Available: /car segments API Endpoint /car HTTP Method GET POST Description Input Data Get all Cars Creates a Car name,segments, manufacturers,variants, accessories,description Search API examples: /car/search?where-{"name": {"contains": "RX"}} /variant/search?where={"capacity": {">=": "2000"}} /car/search?limit=100 /variant/search?skip=3 /accessories/search?sort=price ASC Output Data Collection of Cars Details of new Cars
Step by Step Solution
★★★★★
3.41 Rating (157 Votes )
There are 3 Steps involved in it
Step: 1
ANSWER 1 car 2 GET 3 Get all cars 4 name segments manufacturers variants accessories description ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started