geovanegodoi / RestSharp

Simple REST and HTTP API Client for .NET

Home Page:https://restsharp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

https://restsharp.dev

License:Apache License 2.0


Languages

Language:C# 99.8%Language:Dockerfile 0.2%