SpRestLib icon indicating copy to clipboard operation
SpRestLib copied to clipboard

JavaScript SharePoint REST Web Services Library

Results 20 SpRestLib issues
Sort by recently updated
recently updated
newest added

I like this library a lot, but am I able to use $expand? I have a column which is a lookup to another list - it would be great if...

I'm having a hard time getting the queryFilter to work as I keep getting invalid query. I've used substring in the filter using the url and it works but I...

I am using this syntax: return sprLib .list({ name: this.config.answers, baseUrl: this.state.queryBaseUrl }) .items({ listCols: { dataObjectID: { dataName: "Id" }, status: { dataName: "STATUS" }, notes: { dataName: "NOTES"...

https://github.com/gitbrent/SpRestLib/blob/master/example/sprestlib-demo-file-upload.html I installed the Example on SharePoint 2019 without any modification but the file upload did not succeed. Any advice on changes needed to fix it

The library have not `sprLib.site(siteUrl).create()` function for subsite creating in `Site Collection/Subsite` section. But I think it should be. Just a recommendation. Have a nice day...

Everything seems to work well with the exception of updating an item. After inspecting the network call it consistently shows "lists/getbytitle('Title of List')/items(undefined)" despite passing what appears to be a...

file upload cannot set overwrite to false

I haven't check SharePoint Online but commit 8f55385 of sprestlib.js is outputing an error. The rest response puts the data in a 'results' property of 'Fields'. Updating line 1245 to...

When I use only one option `sprLib.list().items({ queryNext: { prevId: 29, maxItems: 5 } })`, it requests like this `http://localhost:3000/_api/lists/getbytitle('UsersDetail')/items&p_ID=29&$top=5`. You can see than before p_ID=29 stand `&` intstead of...

bug

Uncaught TypeError: sprLib.file(...).checkout() is not a function Was returned for the first time. Any clue as to why this is so? I have been using this since June without issue,...