Skip to content

Commit 1c100d6

Browse files
committed
- update README
1 parent 6a96029 commit 1c100d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[WebResultEndpoints](#webresultendpoint), [BusinessResultEndpoints](#businessresultendpoint), and [ServiceEndpoints](#serviceendpoint) structure ASP.NET Core Minimal APIs into REPR format endpoints and seamlessly integrate with the [result](https://github.com/modabas/ModResults) pattern. WebResultEndpoints transform the business result returned by the handler method into a Minimal API IResult for client responses, while BusinessResultEndpoints and ServiceEndpoints directly return the raw business result. These are provided within the <ins>ModEndpoints</ins> package.
1010

11-
All endpoint abstractions are a structured approach to defining endpoints in ASP.NET Core applications. They extend the Minimal API pattern with reusable, testable, and consistent components for request handling, validation, and response mapping.
11+
All endpoint abstractions are a structured approach to defining endpoints in ASP.NET Core applications. They extend the Minimal API pattern with reusable, testable, and consistent components for request validation, handling, and response mapping.
1212

1313
[ServiceEndpoint](#serviceendpoint) is a highly specialized endpoint intended to be used in conjunction with its dedicated [client implementation](#serviceendpoint-clients) in <ins>ModEndpoints.RemoteServices</ins> package. Aim is to abstract away HTTP plumbing on client side and enable remote service consumption with the knowledge of strongly typed request and response models shared between server and client projects. Additionally, <ins>ModEndpoints.RemoteServices.Core</ins> package contains the interfaces required for ServiceEndpoint request models.
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# ModEndpoints.RemoteServices
22

3-
Contains ServiceEndpoint client implementation along with extensions required for its registration.
3+
Contains ServiceEndpoint client implementation along with extensions required for its registration. In conjunction with ServiceEndpoints, aim is to abstract away HTTP plumbing on client side and enable remote service consumption with the knowledge of strongly typed request and response models shared between server and client projects.

0 commit comments

Comments
 (0)