SpRestLib

SpRestLib

  • Download
  • Get Started
  • API Documentation
  • SharePoint Guides
  • GitHub

›Recent Posts

Recent Posts

  • Uploading a file to a SharePoint library using JavaScript
  • Downloading a file from SharePoint library using JavaScript and REST API
  • Converting SharePoint 2010 API column names to SharePoint 2013 API column names
  • SharePoint List Unique Permissions REST Query
  • Adding a User to SharePoint Group Using REST with SpRestLib
  • Creating SharePoint jQuery People-Picker with SpRestLib
  • Creating SharePoint List Columns Using REST
  • Uploading a file to a SharePoint library using REST

Uploading a file to a SharePoint library using JavaScript

December 10, 2018

Brent Ely

Howto upload a file into a SharePoint Library using SpRestLib. The upload() method accepts an ArrayBuffer from both Node.js and client browsers.

Read More

Downloading a file from SharePoint library using JavaScript and REST API

November 17, 2018

Brent Ely

Howto download a file from SharePoint Library using REST. This technique produces a BLOB that can be streamed/saved directly from a web browser and works with both text and binary files.

Read More

Converting SharePoint 2010 API column names to SharePoint 2013 API column names

November 3, 2018

Brent Ely

Converting SharePoint 2010 API (ListData.svc) column names to SharePoint 2013 API (_api).

Read More

SharePoint List Unique Permissions REST Query

October 28, 2018

Brent Ely

How to determine if a SharePoint List/Library has unique, non-inherited permissions (role assignments).

Read More

Adding a User to SharePoint Group Using REST with SpRestLib

September 3, 2018

Brent Ely

Adding a User to an existing SharePoint Group can be done using a SpRestLib REST call in just a few lines of code.

Read More

Creating SharePoint jQuery People-Picker with SpRestLib

June 26, 2018

Brent Ely

Create a fully-functional People Picker against your local SharePoint ActiveDirectory structure using jQuery-UI autocomplete and SpRestLib.

Read More

Creating SharePoint List Columns Using REST

April 20, 2018

Brent Ely

List and Library fields/columns can be created using the REST API. A feature which is especially useful in many scenarios, such as having to update many subsites with new fields, doing migration work, etc.

Read More

Uploading a file to a SharePoint library using REST

March 19, 2018

Brent Ely

Howto upload a file into a SharePoint Library using REST. Both Node.js and client browsers can encode and upload files easily.

Read More
SpRestLib
Docs
Getting Started with SpRestLibSharePoint API ReferenceSharePoint Development GuidesAbout JavaScript Promises
Community
FacebookTwitterPinterestYouTube Channel
More
GitHub IssuesGitHub ProjectSpRestLib on Stack OverflowSite Icons
Copyright © 2019 Brent Ely