Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
RestEase Alternatives
Similar projects and alternatives to RestEase
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
-
-
Refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
autorest
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
-
-
RestLess
The automatic type-safe-reflectionless REST API client library for .Net Standard (by letsar)
-
-
-
ArchUnitNET
A C# architecture test library to specify and assert architecture rules in C# for automated testing.
-
-
IdentityModel.AspNetCore
Discontinued ASP.NET Core helper library for claims-based identity, OAuth 2.0 and OpenID Connect.
-
-
-
apiclientcodegen
A collection of Visual Studio code generators for Swagger / OpenAPI specification files
-
RESTFulSense
A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
RestEase discussion
RestEase reviews and mentions
-
Smart Home MCP Server with VSCode Copilot
dotnet add package RestEase (http client helper https://github.com/canton7/RestEase)
-
Designing HTTP API clients in .NET
RestEase
-
Best way to implement base class for API calls?
If Swagger/OpenAPI is available, save yourself a lot of trouble and generate the client using OpenAPI Generator. If not, use a library like RestEase to make it significantly easier to create the client.
-
ASP.NET Core - how to properly make a GET request?
Use RestEase to create your own client library. Refit is a very similar and more popular library. IMO RestEase is an improvement over Refit and I prefer it, but either will solve your problems. Both are libs that have you build interfaces describing the API endpoints, then the library handles all the boilerplate code that calls HttpClient.
-
RestSharp and gZip compression
Not sure about RestSharp, but with RestEase this is handled by setting it on an HttpClientHandler - https://github.com/canton7/RestEase/discussions/195
-
What do u use in .net 7 for your Client calls in terms of web apis
Use RestEase to make a client.
-
Is it a best practice to use NSwag generated code for calls to a local web API?
I haven't tried this myself, but to take it a step further from just sharing request types you could try using RestEase.
- Aos mais experientes, como fazem para aprender uma nova linguagem/tecnologia?
-
Creating and Using HTTP Client SDKs in .NET 6
Honorable mentions: RestEase, RESTFulSense
-
What do you use to call http endpoints?
I use RestEase which is heavily inspired by Refit.
-
A note from our sponsor - Stream
getstream.io | 11 Jul 2025
Stats
canton7/RestEase is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of RestEase is C#.