https://github.com/traverson/traverson-traversal
Web Component for consuming Hypermedia/HATEOAS APIs
https://github.com/traverson/traverson-traversal
rest-client web-component
Last synced: 3 months ago
JSON representation
Web Component for consuming Hypermedia/HATEOAS APIs
- Host: GitHub
- URL: https://github.com/traverson/traverson-traversal
- Owner: traverson
- License: mit
- Created: 2017-03-15T21:53:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:36:39.000Z (about 8 years ago)
- Last Synced: 2026-01-31T07:49:35.667Z (6 months ago)
- Topics: rest-client, web-component
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/traverson/traverson-traversal)
# <traverson-traversal>
This web component makes it easy to traverse RESTful APIs.
It is based on the amazing [Traverson library](https://github.com/basti1302/traverson).
## Install
Install the component using [Bower](http://bower.io/):
```bash
$ bower install traverson-traversal --save
```
## Usage
Import Web Components polyfill:
```js
```
Import Traverson Traversal Element:
```html
```
Use it!:
```html
{{document}}
```