reactiveui/Fusillade

How to use Fusillade without ModernHttpClient in Xamarin Forms?

noelfernandes opened this issue · 2 comments

Hi!
Considering that Stackoverflow does not have a tag for Fusillade, I'm not sure if I would get an answer there. I hope this is the right forum for this question, if not please excuse.

As per this article, I would deduce that the use of ModernHttpClient within a XF project would be redundant. Would you be able to guide me on how I could use Fusillade (with Refit) without ModernHttpClient?

Thanks in advance.

You can directly using NetCache.Priority for that

@noelfernandes This is how I usually do: https://github.com/reactiveui/ReactiveUI/blob/update-cinephile/samples/xamarin-forms/Cinephile/Cinephile.Core/Rest/ApiService.cs
Hope it helps.

GitHub
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable st...