Skip to content

exsqzme/spql

Repository files navigation

SpQL

SpQL is an easier way of querying SharePoint's web services. It abstracts away a lot the complexity and redundancy of constructing SOAP requests into an easy to use API.

Installation

Using npm:

$ npm i spql
import spql from "spql";

The UMD build is also available on unpkg:

<script src="https://unpkg.com/spql@1/dist/spql.min.js"></script>

You can find the library on window.spql.

Getting Started

https://spqljs.com/

About

Query SharePoint's Web Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published