jsonapi-helpers - Vaadin Add-on Directory
Components to communicate with a jsonapi
**[ This description is mirrored from README.md at [github.com/morbidick/jsonapi-helpers](https://github.com//morbidick/jsonapi-helpers/blob/2.1.0/README.md) on 2019-05-10 ]**
# Polymer 2 components to communicate with a jsonapi
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/morbidick/jsonapi-helpers)
[![Build Status](https://travis-ci.org/morbidick/jsonapi-helpers.svg?branch=master)](https://travis-ci.org/morbidick/jsonapi-helpers)
Components to communicate with an api, according to the [jsonapi spec](http://jsonapi.org/format/).
## Components
### \
Interact with a jsonapi resource endpoint. Items can be **fetched**, **created**, **updated** and **deleted**.
```html
```
### \
Set api settings once globally. For now they can't be overwritten on the `jsonapi-resource` element.
```html
```
### \
"Singleton Element" to display a toast with the error details if any `` on the site encounters an error.
```html
```
## Development
```bash
# Get dependencies
$ npm install
# Demo site
$ npm start
# Run tests
$ npm test
```
View on GitHub
jsonapi-helpers version 2.0.0
### Dependencies
* polymer#Polymer/polymer#^2.0.0
* paper-toast#PolymerElements/paper-toast#^2.0.0
* paper-tooltip#PolymerElements/paper-tooltip#^2.0.0
* iron-icons#PolymerElements/iron-icons#^2.0.0
jsonapi-helpers version 2.0.1
### Dependencies
* polymer#Polymer/polymer#^2.0.0
* paper-toast#PolymerElements/paper-toast#^2.0.0
* paper-tooltip#PolymerElements/paper-tooltip#^2.0.0
* iron-icons#PolymerElements/iron-icons#^2.0.0
jsonapi-helpers version 2.0.2
### Dependencies
* polymer#Polymer/polymer#^2.0.0
* paper-toast#PolymerElements/paper-toast#^2.0.0
* paper-tooltip#PolymerElements/paper-tooltip#^2.0.0
* iron-icons#PolymerElements/iron-icons#^2.0.0
jsonapi-helpers version 2.1.0
### Dependencies
* polymer#Polymer/polymer#^2.0.0
* paper-toast#PolymerElements/paper-toast#^2.0.0
* paper-tooltip#PolymerElements/paper-tooltip#^2.0.0
* iron-icons#PolymerElements/iron-icons#^2.0.0