TypedRest
NuGet publisher profile
Packages (9)
TypedRest
TypedRest helps you build type-safe fluent-style REST API clients.
TypedRest.CommandLine
Build command-line interfaces for TypedRest clients. Create commands mirroring the endpoints using the types in the TypedRest.CommandLine.Commands namespace.
PowerDns.Client
Client library for the PowerDNS API
TypedRest.Reactive
Adds support for streaming with ReactiveX (Rx) to TypedRest. Create endpoints using the types in the TypedRest.Endpoints.Reactive namespace.
OpenServiceBroker.Model
DTO classes for the Open Service Broker API. This is usually referenced indirectly via OpenServiceBroker.Client or OpenServiceBroker.Server.
TypedRest.OAuth
Adds support for OAuth 2.0 / OpenID Connect authentication to HttpClient. Call .AddOAuthHandler() after .AddTypedRest() (or .AddHttpClient() when not using main TypedRest package).
OpenServiceBroker.Server
A library to help you provide an ASP.NET Core implementation of the Open Service Broker API. This specification allows developers, ISVs, and SaaS vendors a single, simple, and elegant way to deliver services to applications running within cloud native platforms such as Cloud Foundry, OpenShift, and Kubernetes.
OpenServiceBroker.Template
dotnet-new template for implementing a Service Broker (according to the Open Service Broker API) using ASP.NET Core.
OpenServiceBroker.Client
A client library for calling the Open Service Broker API. This specification allows developers, ISVs, and SaaS vendors a single, simple, and elegant way to deliver services to applications running within cloud native platforms such as Cloud Foundry, OpenShift, and Kubernetes.