Skip to content

Commit

Permalink
Add link to traverson project
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bartlett committed Mar 15, 2017
1 parent 93d1359 commit df872af
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# traverson-traversal

Makes it easy to traverse RESTful APIs
This web component makes it easy to traverse RESTful APIs.

It is based on the amazing [Traverson library](https://github.com/basti1302/traverson).

## Install

Expand All @@ -27,5 +29,11 @@ Import Custom Element:
Use it!:

```html
<traverson-traversal></traverson-traversal>
<traverson-traversal
from="http://example.org/api"
follow="['link_to', 'resource']"
lastResponse="{{document}}">
</traverson-traversal>

<p>{{document}}</p>
```

0 comments on commit df872af

Please sign in to comment.