xom-sharepoint
v0.16.1
Published
HTTP client based on Axios to easily fetch SharePoint through its REST API.
Downloads
905
Maintainers
Readme
XOM SharePoint
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>