SharePoint Online/On-Premise REST Framework
An easy way to create, read, update and delete data using the SharePoint 2013/Online REST API.
Please report issues. I am constantly updating/fixing/testing to make this library better.
Benefits:
- Easily create, read, update and delete SharePoint data
- Easier to execute requests against the host web from a SharePoint Hosted App
- Ability to control the order of the requests executed against the server
- PowerShell-Like experience in the browser console
- TypeScript definition for intellisense
Demos:
VS Code - Intellisense
PowerShell-Like Experience in the Browser Console
Documentation:
Click here to view the documentation for the framework.
Example Projects
Add/Remove Site Collection User Custom Actions
Office Fabric UI Dashboard
Get Started:
Node Package Manager (NPM)
npm install gd-sprest --save-dev