Summary
In this chapter, we learned how to create an API and an API client, which is an important part of most applications. This way, we can get blog posts from our database and show them in our Blazor WebAssembly app.
In the next chapter, Chapter 8, Authentication and Authorization, we will add login functionality to our sites.
In the chapter after that, Chapter 9, Sharing Code and Resources, we will finally get both projects running on the same code, and that is where we will try out our API for the first time.