Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Flurl.Http Alternatives
Similar projects and alternatives to Flurl.Http
-
-
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
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
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+.
-
-
RestEase
Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit
-
titanium-web-proxy
A cross-platform asynchronous HTTP(S) proxy server in C#.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
-
WebApiClient
An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
-
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
-
CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
-
AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
-
-
-
Pacco
Sample microservices solution in .NET Core 3.1 based on the cloud-agnostic approach
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Flurl.Http reviews and mentions
-
Building a Gateway to Netflix API: A Developer's Guide
Flurl and others
- Serilog with Enrich.WithExceptionDetails() causing Maximum destructuring depth reached on FlurlHttpException
-
Converting javascript fetch code to equivalent C# code
As far as your code goes, take a look at flurl (https://flurl.dev/). It is oh so much cleaner and more readable than the httpclient stuff.
- how do i make api call?
-
ASP.NET Core - how to properly make a GET request?
I would also add flurl to that list https://flurl.dev/. It's an amazing library and can be super helpful for quick one off API calls.
-
Anyone else be lost without notepad++
Linqpad for me, it's my go to scratch pad when testing out either new tech or edge cases and POCs than firing up a new console project. Especially when wanting to try out new nuget packages and see how they work. Even for messing with external apis I use it with Flurl, especially for apis that don't have any proper documentation.
- Api & Asp.net begginer question
-
What is the best practice to send query parameters / data on http client get method?
If you working with api use flurl You can also read source code on github.
-
Benchmarks Clients Http
Flurl:
-
Roundup of .NET MAUI Libraries - Week of June 13, 2022
This reminds me of https://flurl.dev and I'm not sure what this does better. I'm a fan of this style.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 5 Dec 2023
Stats
tmenier/Flurl is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Flurl.Http is C#.