You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: