Jérôme GIACOMINI
Jérôme GIACOMINI
Hello, By now we can easily catch exception by status code like below : ```csharp try { var response = await client.GetRequest("City").ExecuteAsync(); } catch (HttpException ex) when (ex.StatusCode == System.Net.HttpStatusCode.NotFound)...
@auriou je viens de voir ton message avec quelques mois de retard et je m'en excuse ! Dans ton exemple tu voudrai avoir le résultat dans les call back pour...
Hello, Thanks for the sample I understand better what you want. I will try to interate it on the next release
If someone can help to implement this feature :)
Hello, I will try make it more "Mockable". :) Can you give me a sample something you want to mock and you can't right now ?
Request have an interface IRequest ? Can you mock it with that ?
Hello a version 2.0 will support Async Formatter ! And support .netstandard2.1. :)
After a small discussion we choose to change IFormatter like below ```csharp public interface IFormatter { string DefaultMediaType { get; } bool IsMediaTypeSupported (string mediaType); Task SerializeAsync(T data, Stream stream,...
Hello, @auriou Yes, the next major version of TinyRestClient will remove the need of newtonsoft. :) The main idea is to be dependency less! I am working on it! For...
Maybe we name it biometrics and in the first version we only expose fingerprint.