HTTP client based on Axios to easily fetch SharePoint through its REST API.


Keywords
sharepoint, api, rest, http, fetch, axios, ajax, xom, javascript, npm, rest-api, htttp-client
License
MIT
Install
npm install xom-sharepoint@0.9.1

Documentation

XOM SharePoint

HTTTP client to easily fetch SharePoint API.

Installation

You can add the package to your project by running the respective command line of your favorite package manager:

# Using NPM:
$ npm install -P xom-sharepoint

# Using Yarn:
$ yarn add xom-sharepoint

Or, if you are not in a Node enviroment, you can copy the files directly from dist/ folder or incorporate the CDN in your HTML file:

<script src="https://cdn.jsdelivr.net/npm/xom-sharepoint@0.3.0/dist/xom-sharepoint.min.js"></script>