
I’ve noticed that I often write repeating code for SharePoint REST API operations with list, such as reading all list items, getting a single list item by ID and so on. This is why I’ve started a new small project called sp-rest-api.js.
This will be a small JS library mainly for working with SharePoint lists via the REST API.
Here’s an example of how you can easily get all items from a SharePoint list:
Follow the project here: https://github.com/catcher-in-the-try/sp-rest-api.js
