Dotnet
Creating a C# ASP.Net Core API - Starting Out & Retrieving Data

GET Request Returning an Entire Collection

PRO
Outline

Returning an entire collection of data is a common GET request. We will be implementing that here to GET all of our planet data from our collection.

 

I finished! On to the next chapter