TypedRest for .NET
1.3.4
build type-safe fluent-style REST API clients
|
TypedRest helps you build type-safe, fluent-style REST API clients. Common REST patterns such as collections are represented as classes, allowing you to write more idiomatic code.
Read a more detailed Introduction to TypedRest or jump right in with the Getting started guide.
Take a look at the TypedRest.Endpoints namespace to get an overview of the available functionality.
NuGet packages
TypedRest
The main TypedRest library.
TypedRest.Reactive
Adds support for streaming with ReactiveX (Rx) to TypedRest.
TypedRest.OAuth
Provides an HttpClient DelegatingHandler for OAuth 2.0 / OpenID Connect authentication.
This can also be used independently of the other TypedRest packages.
TypedRest.CommandLine
Build command-line interfaces for TypedRest clients.