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

Support for batch requests? #55

Open
burrisca opened this issue Jul 27, 2021 · 1 comment
Open

Support for batch requests? #55

burrisca opened this issue Jul 27, 2021 · 1 comment

Comments

@burrisca
Copy link

Is it possible sharepy will add support for batch requests in the future?

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/make-batch-requests-with-the-rest-apis

@JonathanHolvey
Copy link
Owner

SharePy provides only the authentication for your requests, and will support any REST interface exposed by SharePoint, within the limitations of the underlying Requests library. The implementation of your API calls is up to you, so in theory, you should be able to construct an OData batch request by manually specifying the required headers and body data. This may prove to be a tedious task and unfortunately it is beyond the scope of SharePy and Requests.

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

No branches or pull requests

2 participants