Skip to content

A simple, Promise based, node.js REST client for SharePoint online

Notifications You must be signed in to change notification settings

Pipend/sharepoint-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharepoint-client

npm version

A simple, Promise based, node.js REST client for SharePoint online

Install

npm install sharepoint-client

Usage (livescript)

client <- require (\sharepoint-client) endpoint, user, password .then _
[{name}] <- client.get-lists! .then _
get-list-items name

Usage (javascript)

require("sharepoint-client")(endPoint, username, password)
    .then(client => 
        client.getLists().then(lists => 
            client.getListItems(lists[0].name)
    ))

About

A simple, Promise based, node.js REST client for SharePoint online

Resources

Stars

Watchers

Forks

Packages

No packages published