Found 1,508 packages
An alternative to Controllers for ASP.NET Core API Endpoints.
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Package for supporting OWIN when using Microsoft ASP.NET Web API Compression Support
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The "application/json-patch+json" media type is used to identify such patch documents. One of the things this can be used for is partial updates for REST-ful API's, or, to quote the IETF: "This format is also potentially useful in other cases in which it is necessary to make partial updates to a JSON document or to a data structure that has similar constraints (i.e., they can be serialized as an object or an array using the JSON grammar)." That's what this package is all about. Web API supports the HttpPatch method, but there's currently no implementation of the JsonPatchDocument in .NET, making it hard to pass in a set of changes that have to be applied - especially if you're working cross-platform and standardization of your API is essential. Have a look at the project site for the current status of this package and to learn how to get started.
此套件包含 ASP.NET Web API Web Host 的 繁體中文 附屬組件。
Este pacote contém os assemblies satélite em português para as ASP.NET Web API Core Libraries.
Legacy package, AspNetWebApi.SelfHost is now included in the 'Microsoft.AspNet.WebApi.SelfHost' package.
A service API versioning library for Microsoft ASP.NET Web API and OData v4.0.
此套件包含 ASP.NET Web API Core Libraries 的 繁體中文 附屬組件。
Este pacote contém os assemblies satélite em português para as ASP.NET Web API Client Libraries.
Provides a means of using model binding to get and validate HTTP headers in Web API 2
A service API versioning library for Microsoft ASP.NET Web API.
Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swashbuckle. This will populate the example property of a schema object in the output swagger.
此套件包含 ASP.NET Web API Client Libraries 的 繁體中文 附屬組件。
Этот пакет содержит русские вспомогательные сборки для ASP.NET Web API Core Libraries.
A simple Test Client built on top of ASP.NET Web API Help Page.
This package contains a set of ASP.NET Web API Controllers for managing your custom WebHooks filters and registrations through a REST-style interface.
.NET Framework - Raygun Provider for ASP.NET Web API projects
Adds support for receiving and returning DateOnly/TimeOnly as ISO 8601 string to ASP.NET Core API
AttributeRouting for ASP.NET Web API lets you specify routes using attributes on your API controllers and actions.