An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# XOM SharePoint

[![npm version](https://img.shields.io/npm/v/xom-sharepoint.svg)](https://www.npmjs.org/package/xom-sharepoint)
[![install size](https://packagephobia.now.sh/badge?p=xom-sharepoint)](https://packagephobia.now.sh/result?p=xom-sharepoint)
[![npm downloads](https://img.shields.io/npm/dm/xom-sharepoint.svg)](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

```