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.
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>