xom-sharepoint
TypeScript icon, indicating that this package has built-in type declarations

0.16.1 • Public • Published

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>

Package Sidebar

Install

npm i xom-sharepoint

Weekly Downloads

15

Version

0.16.1

License

MIT

Unpacked Size

967 kB

Total Files

43

Last publish

Collaborators

  • juliolmuller