Creating a todo REST API

Here, we will focus on creating REST services for a basic todo management system. We will create services for the following:

  • Retrieving a list of todos for a given user
  • Retrieving details for a specific todo
  • Creating a todo
  • Deleting a todo
  • Updating todo details

Before creating the REST API for todos, we will start by setting up the beans and services.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset