RestClient.Net 3.0
REST Client Framework for all .NET Platforms The most simple task-based async, strongly typed, cross-platform .NET REST Client RestClient.Net is a REST client framework built in C#. Version 3 brings a complete structural overhaul that makes it a solid choice for any .NET based cross-platform project. Modern design patterns such as dependency injection and task-based async are part of the foundation. To skip the pep talk, visit the documentation here. Designed for Dependency Injection, Unit Testing and use with IoC Containers Async friendly. All operations use async, await keywords. Integrates with Polly resilience and transient-fault-handling Automatic serialization with any method (JSON, Binary, SOAP, Google Protocol Buffers) Installation from NuGet is easy on any platform Uses strong types with content body Supports WebAssembly, Android, iOS, Windows 10, .NET Framework 4.5+, .NET Core (.NET Standard 2.0) Supports GET, POST, PUT, PATCH, DELETE with ability to use less...