Skip to content

Commit

Permalink
readme.md changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeept95 committed Jun 14, 2019
1 parent 1890605 commit 4b629ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1dd492f84ac39f67b691258d4b7fb9ce57499730
6114bed7f9a6bc2e2853dcfd517e52bcd6fd6e3f
Binary file not shown.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
A REST API global exception handler and response wrapper for ASP.NET Core APIs.


# Api.Helper.ContentWrapper.Core
# Api.ResultWrapper.AspNetCore

The Api.Helper.ContentWrapper.Core is a global exception handler and response wrapper for ASP.NET Core APIs. It uses a middleware to
The Api.ResultWrapper.AspNetCore is a global exception handler and response wrapper for ASP.NET Core APIs. It uses a middleware to
capture exceptions and to capture HTTP response to build a consistent response object for both successful and error requests.

## Prerequisite
Expand All @@ -16,7 +16,7 @@ Below are the steps to use the Api.Helper.ContentWrapper.Core middleware into yo

1) Declare the following namespace within Startup.cs

using Api.Helper.ContentWrapper.Core.Extensions;
using Api.ResultWrapper.AspNetCore.Extensions;

2) Register the middleware below within the Configure() method of Startup.cs

Expand Down

0 comments on commit 4b629ef

Please sign in to comment.