Directory

jsonapi-helpers - Vaadin Add-on Directory

Components to communicate with a jsonapi jsonapi-helpers - Vaadin Add-on Directory
**[ 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 ```