New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gd-sprest

Package Overview
Dependencies
Maintainers
1
Versions
873
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest

An easy way to develop against the SharePoint REST API.

  • 1.5.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
828
decreased by-50.8%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Current Version Downloads Total Downloads

Benefits:

  • Intellisense
  • Easy to develop against the SharePoint REST API
  • 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
  • Create SharePoint solution assets through a configuration file
    • Content Types
    • Fields
    • Lists
    • User Custom Actions
    • WebParts

Demos:

VS Code - Intellisense

VS Code

PowerShell-Like Experience in the Browser Console

PowerShell

SharePoint Configuration - Easily create solution assets

Automation

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

  1. Download the gd-sprest.min.js script from the "dist" folder
  2. Upload the script file to a SharePoint document library
  3. Reference the script in any page
  4. Open the console window and use the $REST global variable

Keywords

FAQs

Package last updated on 11 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc