© Adam Freeman 2019
A. FreemanEssential Angular for ASP.NET Core MVC 3https://doi.org/10.1007/978-1-4842-5284-0_6

6. Completing the Web Service

Adam Freeman1 
(1)
London, UK
 

In Chapter 5, I created the web service and added support for handling HTTP GET requests. In this chapter, I complete the implementation by adding support for the POST, PUT, PATCH, and DELETE methods, which allows the client to create, update, and delete data.

The web service features in this chapter are unsecured, which means that any client can access the data and make changes. I show you how to add authentication and authorization to the web service in Chapter 12.

Preparing for This Chapter

This chapter uses the SportsStore project that I created in Chapter 3 and modified in the ...

Get Essential Angular for ASP.NET Core MVC 3: A Practical Guide to Successfully Using Both in Your Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.