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
Get Started:
Node Package Manager
npm install gd-sprest --save
NodeJS
import {
ContextInfo,
Email,
Helper,
JSLink,
List,
PeopleManager,
PeoplePicker,
ProfileLoader,
RequestType,
Search,
Site,
SocialFeed,
SPTypes,
Types,
UserProfile,
Web
} from "gd-sprest";
Manual
- Download the script from the "dist" folder
- Upload the script to a SharePoint document library
- Reference the script in any page
- Open the console window and start coding away