HttpsUtility icon indicating copy to clipboard operation
HttpsUtility copied to clipboard

Feature request. PATCH method

Open leissnerj opened this issue 2 years ago • 1 comments

I needed the PATCH method to be able to control a feature in the Clickshare v2 API. I was able to hack and slash the HttpsUtility source in Simpl# to add it in, worked like a charm. I'm not quite savy enough todo any sort of merge request on github though.

leissnerj avatar Sep 01 '22 06:09 leissnerj

Fortunately there's many great guides meant for people with varying levels of knowledge and understanding about git as well as Github. Check out one Github wrote about creating a pull request. It covers each step involved. Expect that once the pull request is created that the repository owner and others in the community will review your request, and may ask for some refinements to the request. This is a perfectly normal process and a great opportunity to improve your skills - make the change(s) requested and then it will get merged with the repository.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

scottpidzarko avatar Sep 09 '22 06:09 scottpidzarko