ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k stars 227 forks source link

Update Getting Started section #202

Closed mariusz96 closed 5 months ago

mariusz96 commented 1 year ago

Hi,

After installing the nuget package I started to look for some getting started / quickstart guide.

It seems that the current one references types that no longer exists: EndpointBaseSync<TRequest,TResponse>, EndpointBaseSync<TResponse> and needs to be updated.

ardalis commented 1 year ago

The /sample folder is probably your best option for getting started and seeing how things work. But yes, the docs/README should be updated as well.