https://github.com/juliolmuller/xom-sharepoint
HTTTP client to easily fetch data to/from SharePoint REST API.
https://github.com/juliolmuller/xom-sharepoint
htttp-client javascript npm rest-api sharepoint typescript
Last synced: 3 months ago
JSON representation
HTTTP client to easily fetch data to/from SharePoint REST API.
- Host: GitHub
- URL: https://github.com/juliolmuller/xom-sharepoint
- Owner: juliolmuller
- License: mit
- Created: 2020-02-21T13:18:20.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T02:50:57.000Z (about 3 years ago)
- Last Synced: 2025-10-06T02:28:11.741Z (9 months ago)
- Topics: htttp-client, javascript, npm, rest-api, sharepoint, typescript
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XOM SharePoint
[](https://www.npmjs.org/package/xom-sharepoint)
[](https://packagephobia.now.sh/result?p=xom-sharepoint)
[](http://npm-stat.com/charts.html?package=xom-sharepoint)
HTTTP client based on [`axios`](https://github.com/axios/axios) to easily fetch SharePoint API. It is the ideal package to include in your [Vue](https://vuejs.org/) or [React](https://reactjs.org/) 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:
```bash
# 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):
```html
```