1.0.5 • Published 6 years ago

sharepoint-apponly-node v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

SharePoint-apponly-node

access SharePoint using client credentials "apponly" from nodejs applications run npm install sharepoint-apponly-node --save

  1. Require the sharepoint-apponly module var sharepoint=require('sharepoint-apponly-node');
  2. Execute call to getSharePointAppOnlyAccessToken and get the token response body in the callback sharepoint.getSharePointAppOnlyAccessToken('https://yoursubdomain.sharepoint.com', 'YourClientId','YourClientSecret',function(response){ console.log(response); }); the result will be something like Client Credentials Token Response
1.0.5

6 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago