tye VS Refit

Compare tye vs Refit and see what are their differences.

tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration. (by dotnet)

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. (by reactiveui)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tye Refit
22 33
5,314 7,970
- 1.9%
0.0 8.4
4 months ago 7 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tye

Posts with mentions or reviews of tye. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.

Refit

Posts with mentions or reviews of Refit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Exception Handling in C# Methods returning object
    2 projects | /r/dotnet | 8 Dec 2023
    A lot of people have given you good replies, but have you looked at Refit?
  • Http calls on mobile, what is the preferred way / best practice
    2 projects | /r/dotnetMAUI | 11 Jul 2023
    Another question that rises is, would it be better to use some HttpClient package to handle the requests, like Refit in combination with Polly. But then again, it seems Refit also uses the HttpClient factory, which was a bad thing according to the previous?
  • HttpClient best approach
    3 projects | /r/dotnet | 4 Apr 2023
    It doesn’t seem to be maintained anymore: https://github.com/reactiveui/refit/discussions/1461
    3 projects | /r/dotnet | 4 Apr 2023
    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.
    3 projects | /r/dotnet | 4 Apr 2023
  • What your hidden nuget gems ?
    32 projects | /r/dotnet | 10 Mar 2023
    Refit - simple, typed REST clients: https://github.com/reactiveui/refit
  • Roadmap for transition from Java
    4 projects | /r/dotnet | 19 Jan 2023
    Use Refit, and let manage the live of HttpClient. Also, Refit will give you a strongly typed client around an API. All you have to write is the interface. Ain't that neat ? If you can't, use the HttpClientFactory to create the HttpClient instance: https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests
  • ASP.NET Core - how to properly make a GET request?
    4 projects | /r/dotnet | 6 Jan 2023
    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.
  • Integration tests without API dependencies with ASP.NET Core and WireMock.Net
    5 projects | dev.to | 20 Dec 2022
    The controller is simple and use the Refit library to abstract the PokéAPI call and then, returns the data.
  • What is the best practice to send query parameters / data on http client get method?
    2 projects | /r/csharp | 9 Nov 2022
    I would add Refit to that list https://github.com/reactiveui/refit

What are some alternatives?

When comparing tye and Refit you can also consider the following projects:

RestSharp - Simple REST and HTTP API Client for .NET

Flurl.Http - Fluent URL builder and testable HTTP client for .NET

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

NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.

Simple.OData.Client

Ocelot - .NET API Gateway

dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and 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+.

practical-clean-ddd - 🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻

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.

HttpClientGoodies - Useful utilities for the .NET HttpClient.

FastEndpoints - A light-weight REST API development framework for ASP.Net 6 and newer. [Moved to: https://github.com/FastEndpoints/Library]