© Les Jackson 2020
L. JacksonThe Complete ASP.NET Core 3 API Tutorialhttps://doi.org/10.1007/978-1-4842-6255-9_10

10. Completing Our API Endpoints

Les Jackson1 
(1)
Melbourne, VIC, Australia
 

Chapter Summary

In the last few chapters, we have put a lot of work into the underlying architectural fabric of our API, but we’ve only implemented two of our endpoints (controller actions). In this chapter we address this and move up a gear to finalize our remaining four endpoints.

When Done, You Will

  • Understand how data changes are persisted by Entity Framework Core.

  • Have fully implemented our Create (POST) resource endpoint.

  • Have fully implemented our two Update (PUT and PATCH) resource endpoints.

  • Have fully implemented our Delete (DELETE) resource endpoint.

  • Understand ...

Get The Complete ASP.NET Core 3 API Tutorial: Hands-On Building, Testing, and Deploying 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.