RestLess
RestLess copied to clipboard
The automatic type-safe-reflectionless REST API client library for .Net Standard
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [System.Text.Encodings.Web](https://github.com/dotnet/corefx) from 4.4.0 to 4.5.1. Release notes Sourced from System.Text.Encodings.Web's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Bumps System.Net.Http from 4.3.2 to 4.3.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Currently the RestClients generated hold onto the http client for the lifecycle of the client. This change would allow the user to pass in something else that manages the lifecycle...
It would be nice to be able to modify a request, both before and after, via default interface methods. To be precise, inheriting an interface that defines PreSend and PostSend,...
.Net Core 2.1 now includes the IHttpClientFactory interface and new ways to use HttpClient. Refit has adopted it. Is it supported on RestLess as well?