eShopOnWeb-MessageDriven / src / PublicApi /
@Derek Comartin Derek Comartin authored on 29 Jun 2021
..
AuthEndpoints Add NServiceBus 3 years ago
CatalogBrandEndpoints Add NServiceBus 3 years ago
CatalogItemEndpoints Add NServiceBus 3 years ago
CatalogTypeEndpoints Add NServiceBus 3 years ago
Properties Add NServiceBus 3 years ago
BaseMessage.cs Add NServiceBus 3 years ago
BaseRequest.cs Add NServiceBus 3 years ago
BaseResponse.cs Add NServiceBus 3 years ago
CustomSchemaFilters.cs Add NServiceBus 3 years ago
Dockerfile Add NServiceBus 3 years ago
ImageValidators.cs Add NServiceBus 3 years ago
MappingProfile.cs Add NServiceBus 3 years ago
Program.cs Add NServiceBus 3 years ago
PublicApi.csproj Add NServiceBus 3 years ago
README.md Add NServiceBus 3 years ago
Startup.cs Add NServiceBus 3 years ago
appsettings.Development.json Add NServiceBus 3 years ago
appsettings.Docker.json Add NServiceBus 3 years ago
appsettings.json Add NServiceBus 3 years ago
README.md

API Endpoints

This folder demonstrates how to configure API endpoints as individual classes. You can compare it to the traditional controller-based approach found in /Controllers/Api.