Found 97 packages
A simple yet customizable HTTP response wrapper and exception handler for ASP.NET Core APIs.
The `Response Wrapper` package provides a set of static methods in the `ResultWrapper` class, allowing you to easily create and work with success and failure scenarios. These wrappers encapsulate various data, including payloads, errors, success and error messages, status codes, and pagination information, providing a standardized way to handle and represent the results of operations. The main benefit of this package is to provide access to strongly typed and loosely typed payloads, errors, message and status code. By using this package, the returned response will only include the properties that you have explicitly returned. It ensures that no extra keys are included in the response.
Response Wrapper Plugin for LVDGW
Response and exception automatic wrapper for `asp.net core` to provide a consistent response content format for `Action`. 用于`asp.net core`的响应和异常自动包装器,使`Action`提供一致的响应内容格式。
Simple, easy HTTP REST API client for integrating and consuming services in C#.
[WARNING] This package is deprecated. Please use AutoWrapper.Core instead. A REST API global exception handler and response wrapper for ASP.NET Core APIs.
AutoWrapper.Server provides a handler and method that unwraps the Result property of the AutoWrapper ApiResponse object.
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.
A REST global exception handler and response wrapper for Web API written in Full .NET Framework
A web API response wrapper for .NET core, include Code, Message, Data and PagingInfo.
Package Description
Asp.Net core response wrapper
A comprehensive ASP.NET Core response wrapper that transforms your APIs into enterprise-grade endpoints with zero code changes. Automatically wraps controller responses in a consistent format with rich metadata including execution timing, correlation IDs, request tracking, and comprehensive error handling. Features intelligent application status code extraction and promotion for complex workflow management, automatic pagination metadata separation using duck typing (works with ANY pagination library), database query statistics integration, and extensive configuration options. Includes built-in exception types for common scenarios (ValidationException, NotFoundException, BusinessException, etc.), customizable error messages for localization, global exception handling middleware, and smart exclusion capabilities for specific endpoints or result types. Perfect for microservices, complex business workflows, and APIs requiring consistent client-side error handling. Supports .NET 9.0+ with minimal performance overhead and extensive debugging capabilities.
Response Wrapper is a simple service wrapper to help standardise api service response to consumers.
.NET client for Snowflake DB REST API. Provides straightforward and efficient way to execute SQL queries in Snowflake and automatically map response to your models.
Version of Vince's excellent AutoWrapper.Core that adds .Net 5.0 support in a naive way
A set of pre-made classes for handling responses
A package meant to act as a wrapper for API calls as well as method calls.