dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
6.49k stars 1.94k forks source link

Refactor Catalog API #589

Open mikekistler opened 1 month ago

mikekistler commented 1 month ago

The Catalog API should be refactored to comply with standard HTTP/REST conventions. Specifically:

mikekistler commented 3 days ago

I've started work on this but want to get the OpenAPI support (#631, #632) merged in ahead of it.