From the course: Building Web APIs with ASP.NET Core 8

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Challenge: Searching items

Challenge: Searching items

(upbeat music) - [Narrator] Time for a quick coding challenge. Take the API as it is, but add a new endpoint and that endpoint should not return a list of all products, but only of those products that are in stock. So think about a good URI for that endpoint, and then implement it in a ASP.NET core web API.

Contents