Top 20 NuGet webapi Packages

.Net library to handle updating entities at the field level
Middleware that enable OWIN based server to rely on Keycloak server for authentication through OpenID Connect protocol
This package provides support for persisting your custom WebHooks registrations in a MongoDB.
Provides capabilities to easily provide authentication for Web APIs running in Azure.
Access token validation middleware for JWT and reference tokens issued by IdentityServer3, based on JWT 5, Owin 4 and IdentityModel 3. Does not support BackchannelHttpHandler/BackchannelCertificateValidator/IntrospectionHttpHandler
Provide a template to easily build Web APIs running in Azure.
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
Package Description
Provides capabilities for easily correlating requests when building Web APIs running in Azure.
Provides capabilities to easily authorization Web APIs running in Azure.
netcore webapi template
WebAPI Foolproof Validation aims to extend the Data Annotation validation provided in ASP.NET WebAPI. Includes such annotations as [GreaterThan], [RequredIfTrue], [RequiredIfRegExMatch] and more. It also provides simply method for creating custom contingent validators. Fork of http://foolproof.codep...
Requires that all methods of contollers should return Task<T>
Autofac support for Bix
Documentation about how to use will be published soon. Please check it out on my blog at http://tranthanhtu.vn or http://coaching.edu.vn
Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client .Query<Product>("products") .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList();
Usage logger for ASP.NET WebAPI using Ninject.Extensions.Logging. Logs all requests to your API and records the following attributes: * Method * Request Uri * Originating IP * Content-Type * Content-Length * Encoding * Charset * L...
A simple component that can be used for MEF-based IoC functionality in MVC and WebApi projects.