CRUD Resource POST GET PUT DELETE /cars Create a new car List cars Bulk update cars Delete all cars /cars/2615 Error Show car 2615 Update car 2615, if not exist, error Delete car 2615
Everything worked – success (200 OK) The application did something wrong – client error (400 Bad Request) The API did something wrong – server error (500 Internal Server Error)