Overview¶
Futurum.WebApiEndpoint provides :
- a structured way to create REST apis in dotnet
- autodiscovery of WebApiEndpoint
- autodiscovery of api definitions (REST metadata)
- clear separation between the dto and domain layer of your project
- ability to add new features without changing existing ones
- build on top of minimal apis
WebApiEndpoints plus 'ApiEndpointDefinition', create REST endpoints.
ApiEndpointDefinitions specifies the metadata for the REST endpoint that is connected to it. See vertical slice architecture