Skip to content

LauraArmitage/RestSharp

 
 

Repository files navigation

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.

💥 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].

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

About

Simple REST and HTTP API Client for .NET

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Dockerfile 0.2%