This package allows you to wrap all web api response to standard result object. Usage: .Net Core => In Startup.cs add in Configure method app.UseResponseWrapper(); .Net Framework = > In WebApiConfig.cs add in Register method config.UseResponseWrapper(); Added Exception Urls. If request url contains one of string in given array, response will not be wrapped.
$ dotnet add package JorJika.Api.ResponseWrapperNo README available.