Rest.Net icon indicating copy to clipboard operation
Rest.Net copied to clipboard

A simple to use REST client for .NET Core

Results 6 Rest.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 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...

dependencies

https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio#jsonnet-support

If a string result is a representation of a json object and innerProperty was requested consider returning the string of the innerProperty.

Currently the library support Bearer and Basic authentication headers. Add support for additional auth methods, including proxy authentication, as described in: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication

enhancement