Skip to content

Conversation

scidec
Copy link
Contributor

@scidec scidec commented Jun 11, 2014

I am currently using RestSharp to send OData requests to SharePoint 2013 and it works great until it comes to updates. I have had to modify the client code to allow MERGE requests for updates (PUTS do not update partial changes, and PATCH is not allowed).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is funky. RestSharp uses tabs.

@haacked
Copy link
Contributor

haacked commented Jun 11, 2014

Everything looks good to me except the indentation. 👍

@scidec
Copy link
Contributor Author

scidec commented Jul 17, 2014

Hi Phil - I have tried to resolve the spaces, but there are other spacing issues from the latest code which were also auto formatted. Is this any good?

haacked added a commit that referenced this pull request Jul 18, 2014
Add MERGE method to rest requests.
@haacked haacked merged commit 6bcceff into restsharp:master Jul 18, 2014
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.

2 participants