Popularity
9.7
Stable
Activity
6.0
-
9,430
428
2,315

Code Quality Rank: L1
Programming language: C#
License: Apache License 2.0
Tags: API     HTTP     JSON     XML     REST    
Latest version: v106.11.7

RestSharp alternatives and similar packages

Based on the "HTTP" category.
Alternatively, view RestSharp alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of RestSharp or a related project?

Add another 'HTTP' Package

README

RestSharp - Simple .NET REST Client

RestSharp vNext

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, and IRestResponse in favour of implementing classes
  • Everything Http and IHttp 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.

:boom: Interfaces rage!
Before you start to rage in public about interfaces that are useful for unit-testing HTTP calls,please read this page.

Build

dev

Nuget

downloads
stable
preview

Support

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.

Get help

Join the chat at https://gitter.im/RestSharp/RestSharp

Read the docs: Official Site

Find RestSharp on Twitter: @RestSharp

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License: Apache License 2.0


*Note that all licence references and agreements mentioned in the RestSharp README section above are relevant to that project's source code only.