Ocelot VS Refit

Compare Ocelot vs Refit and see what are their differences.

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
Ocelot Refit
7 33
8,125 8,050
0.8% 1.8%
8.5 8.4
1 day ago 21 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.

Ocelot

Posts with mentions or reviews of Ocelot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-02.

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?
  • Refactor your dotNET HTTP Clients to Typed HTTP Clients
    1 project | /r/dotnet | 23 May 2023
    Define a Refit client interface with the following for each API endpoint, e.g. GET /foo:
  • HttpClient best approach
    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.
  • What your hidden nuget gems ?
    32 projects | /r/dotnet | 10 Mar 2023
    Refit - simple, typed REST clients: https://github.com/reactiveui/refit
  • how to structure code for rest api calls
    1 project | /r/csharp | 20 Jan 2023
    I'd advise using this https://github.com/reactiveui/refit tool for HTTP requests. It saves a lot of time for serialization, deserialization and exception handling.
  • 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.
  • I love refit
    1 project | /r/ihadastroke | 13 Dec 2022
    To be fair, Refit is pretty great.

What are some alternatives?

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

RestSharp - Simple REST and HTTP API Client for .NET

SoapCore - SOAP extension for ASP.NET Core

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

Simple.OData.Client

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.

Zuul - Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.

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+.