https://gitbrent.github.io/SpRestLib/blog SpRestLib Blog 2018-12-10T06:00:00Z Feed for Node.js The best place to stay up-to-date with the latest SpRestLib news and events. https://gitbrent.github.io/SpRestLib/img/sprestlib.svg Copyright © 2019 Brent Ely <![CDATA[Uploading a file to a SharePoint library using JavaScript]]> https://gitbrent.github.io/SpRestLib/blog/2018/12/10/upload-file-to-sharepoint-library.html 2018-12-10T06:00:00Z Howto upload a file into a SharePoint Library using SpRestLib. The upload() method accepts an ArrayBuffer from both Node.js and client browsers.

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[Downloading a file from SharePoint library using JavaScript and REST API]]> https://gitbrent.github.io/SpRestLib/blog/2018/11/17/download-sharepoint-file-using-javascript.html 2018-11-17T06:00:00Z 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.

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[Converting SharePoint 2010 API column names to SharePoint 2013 API column names]]> https://gitbrent.github.io/SpRestLib/blog/2018/11/03/convert-sp2010-column-names-to-sp2013.html 2018-11-03T06:00:00Z Converting SharePoint 2010 API (ListData.svc) column names to SharePoint 2013 API (_api).

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[SharePoint List Unique Permissions REST Query]]> https://gitbrent.github.io/SpRestLib/blog/2018/10/28/sharepoint-list-unique-perms-rest-query.html 2018-10-28T06:00:00Z How to determine if a SharePoint List/Library has unique, non-inherited permissions (role assignments).

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[Adding a User to SharePoint Group Using REST with SpRestLib]]> https://gitbrent.github.io/SpRestLib/blog/2018/09/03/add-user-to-sharepoint-group-using-rest.html 2018-09-03T06:00:00Z Adding a User to an existing SharePoint Group can be done using a SpRestLib REST call in just a few lines of code.

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[Creating SharePoint jQuery People-Picker with SpRestLib]]> https://gitbrent.github.io/SpRestLib/blog/2018/06/26/create-sharepoint-jquery-people-picker.html 2018-06-26T06:00:00Z Create a fully-functional People Picker against your local SharePoint ActiveDirectory structure using jQuery-UI autocomplete and SpRestLib.

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[Creating SharePoint List Columns Using REST]]> https://gitbrent.github.io/SpRestLib/blog/2018/04/20/create-sharepoint-list-columns-using-rest.html 2018-04-20T06:00:00Z 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.

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/
<![CDATA[Uploading a file to a SharePoint library using REST]]> https://gitbrent.github.io/SpRestLib/blog/2018/03/19/upload-file-to-sharepoint-library-using-rest.html 2018-03-19T06:00:00Z Howto upload a file into a SharePoint Library using REST. Both Node.js and client browsers can encode and upload files easily.

]]>
Brent Ely https://gitbrent.github.io/SpRestLib/