sprequestdigest
v0.7.0
Published
NPM Package that extracts SharePoint Request Digests for authenticating AJAX Requests
Downloads
1
Maintainers
Readme
Introduction
RequestDigest is a utility package to allow users to quickly get the SharePoint Request Digest
Getting Started
- Installation process (NPM i sprequestdigest)
- Software dependencies (none)
- Latest release is 0.0.1
API
IRequestDigest is the interface describing methods available. RequestDigest is the concrete instatiation of IRequestDigest. GetDigest() is the method that lazy loads the SharePoint Request Digest for use in authentication.