Top 20 NuGet rest Packages

.Net Implementation of Slack's WebAPI and EventAPI Wrapper - Generated from https://github.com/slackapi/slack-api-specs
Hammock is an HTTP API library for .NET that greatly simplifies consuming and wrapping RESTful services.
Spring.NET REST Client Framework
GoogleAnalyticsTracker for ASP.NET Web API. GoogleAnalyticsTracker was created to have a means of tracking specific URL's directly from C#. For example, it enables you to log API calls to Google Analytics.
GoogleAnalyticsTracker was created to have a means of tracking specific URL's directly from C#. For example, it enables you to log API calls to Google Analytics.
Help library for tests
OpenRasta is an open-source .NET framework for building REST APIs
Easy-to-use, readable and comprehensive library for consuming TeamCity REST API. Written using real scenarios in mind, enables variuos range of queries and operation on TeamCity
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries. .NET Framework Recommended during Preview: At this time, ...
Provides Microsoft Azure infrastructure and data center management operations, including the ability to create and manage affinity groups and manage basic subscription information.
Provides virtual machine and hosted service management capabilities to developers. Launch, restart, scale, and manage VMs, hosted services, virtual disks, operating system images, and more.
Provides storage management operations for Microsoft Azure, including the ability to create, delete, and configure storage service accounts and credentials.
Pomona client for testing code integrating against a pomona client
Provides Microsoft Azure Monitoring Services operations including a unified API to retrieve and configure monitoring metrics, alerts, and autoscale rules for your Microsoft Azure services.
This package contains Web related interfaces and services (e.g. REST client).
Highly opinionated template-driven engine to generate client code by parsing Swagger Resource Declarations.
Core API support classes for the RAML .Net Tools extension
Auto document all of your WEB APIs and centralize documentation using DynamicApis.com API platform.
Package Description
Create instance of HliHttpClient and make typed calls: var client = new HliHttpClient("http://httpbin.org/", "ip"); var result = await client.GetDataAsTypeAsync<IpResponse>(); There is also an IRepository interface and subinterfaces for your repositories.