Car API
This API allows the user to consum car data from a database. The method available are: Getting a list of all cars in the database, Getting a specific car by an ID, Getting cars by make and model, Updating a car record, create a new car record, and delete a car record.
You can click on the links on the right side of the page to see the return of the API call in your browser window. The code for the API can be seen on Github by using this link: API code
- List all cars: http://api.naglitech.com/v1/cars/
- Show on car by ID: http://api.naglitech.com/v1/cars/10
- Get cars by make and model: http://api.naglitech.com/v1/cars/?make=Porsche&model=911
- Save on car record: (This call can not be used as a link)
- Save a batch of car records: (This call can not be used as a link)
- Update a car record: (This call can not be used as a link)
- Overwrite or if not exist create a car record: (This call can not be used as a link)
- Delete a car record: (This call is disabled)
nagliTech Inc. © 2024