Skip to content

REST API - handbook for cars, implementation on Spring

Notifications You must be signed in to change notification settings

aratnitsyn/handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

handbook

REST API - handbook for cars, implementation on Spring

Methods

  • PUT /api/cars - add car in list
  • GET /api/cars - show all car
  • DELETE /api/cars/{id} - delete car from list

Request/response body cars dto in the JSON format:

{
  "brand": "Lada",
  "model": "Granta",
  "release": "2019-05-20T00:00:00.000+0000"
}

About

REST API - handbook for cars, implementation on Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages