Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added remaining overloads (PATCH, HEAD, OPTIONS, DELETE) #2050

Merged
merged 5 commits into from Jul 4, 2023

Conversation

alexeyzimarev
Copy link
Member

@alexeyzimarev alexeyzimarev commented Apr 4, 2023

Description

  • Added remaining overloads (PATCH, HEAD, OPTIONS, DELETE)
  • Align the APIs (ExecuteXXXAsync, ExecuteXXX, XXXAsync, XXX, plus generics)
  • Fixed sync and JSON extensions to use IRestClient
  • Closes ExecutePatchtAsync  #1948

Purpose

This pull request is a:

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Fixed sync extensions to use IRestClient
@stale
Copy link

stale bot commented May 21, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 21, 2023
@repo-ranger
Copy link

repo-ranger bot commented May 21, 2023

⚠️ This issue has been marked wontfix and will be closed in 3 days

# Conflicts:
#	RestSharp.sln.DotSettings
#	src/RestSharp/RestClient.Async.cs
#	src/RestSharp/RestClient.Extensions.Config.cs
#	src/RestSharp/RestClient.Extensions.cs
#	src/RestSharp/Sync/AsyncHelpers.cs
@cloudflare-pages
Copy link

cloudflare-pages bot commented Jul 4, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 51f3c19
Status: ✅  Deploy successful!
Preview URL: https://87e0e9fb.restsharp.pages.dev
Branch Preview URL: https://more-execute-overloads.restsharp.pages.dev

View logs

@alexeyzimarev alexeyzimarev merged commit 1370c33 into dev Jul 4, 2023
4 checks passed
@repo-ranger repo-ranger bot deleted the more-execute-overloads branch July 4, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExecutePatchtAsync
1 participant