© Adam Freeman 2017
Adam FreemanEssential Angular for ASP.NET Core MVChttps://doi.org/10.1007/978-1-4842-2916-3_6

6. Completing the Web Service

Adam Freeman
(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.
Note
The web service features in this chapter and Chapter 5 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 Chapters 11 and 12.

Preparing for This Chapter

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

Get Essential Angular for ASP.NET Core MVC 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.