Finally, RestSharp has moved to HttpClient
. We also deprecated the following:
- All sync calls in favour of async calls
- SimpleJson in favour of
System.Text.Json.JsonSerialzer
IRestClient
,IRestRequest
, andIRestResponse
in favour of implementing classes- Everything
Http
andIHttp
as those are just wrappers
Most of the client and some of the request options are now in RestClientOptions
.
Check v107 docs for more information.
💥 Interfaces rage! |
---|
Before you start to rage in public about interfaces that are useful for unit-testing HTTP calls, please read this page. |
dev |
downloads | |
stable | |
preview |
RestSharp is an open-source project with a single maintainer. Do not expect your issue to be resolved unless it concerns a large group of RestSharp users. The best way to resolve your issue is to fix it yourself. Fork the repository and submit a pull request. You can also motivate the maintainer by sponsoring this project.
Read the docs: Official Site
Find RestSharp on Twitter: @RestSharp
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]