API
A 7-post collection
SharePoint .Net authentication via embedded Node.js
Intro I'm a fan of crazy experiments with technologies and code. How many times I catch myself on saying "Why don't to [insane idea to implement] »
Getting started with React local development for SharePoint with sp-rest-proxy
Intro React is a beloved library of many folks which allows building modular reusable user interfaces and applications. As a most of modern tools React has »
Using JSOM (CSOM, SharePoint Client Side Object Model) in Node.js
Intro It's not a secret that it's theoretically feasible to execute SharePoint Client Side Object Model in Node.js. Some folks found a way to master »
Working with SharePoint UPS in Node.js
This article is a logical continuation of my previous post where I described Node.js way of dealing with Managed Metadata services. This post covers some »
Working with SharePoint MMD in Node.js
SharePoint REST API is nice, powerful and universal to deal with, but sometimes you face barriers and recall that the desired API is absent in REST, »