xom-sharepoint

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

Usage no npm install needed!

<script type="module">
  import xomSharepoint from 'https://cdn.skypack.dev/xom-sharepoint';
</script>

README

XOM SharePoint

npm version install size npm downloads

HTTTP client based on axios to easily fetch SharePoint API. It is the ideal package to include in your Vue or React project, not integrated to Angular though.

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 axios xom-sharepoint

# Using Yarn:
$ yarn add axios xom-sharepoint

Or, if you are not in a Node enviroment, you can use the bundled files in dist/ folder or incorporate the CDN in your HTML file (with axios embeded):

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