= HW08: Web API Routing = Follow the tutorial [[https://docs.microsoft.com/en-us/aspnet/web-api/overview/web-api-routing-and-actions/|here]] on how ASP.NET Web API routes HTTP requests to controllers and actions. I wll test your machine on the following * http://localhost:50968/api/books/date/2000-12-16 * http://localhost:50968/api/authors/1/books * http://localhost:50968/api/books/fantasy