-
Notifications
You must be signed in to change notification settings - Fork 18
Props
Andrea edited this page Jun 12, 2016
·
10 revisions
| Property | Type | Default | Description |
|---|---|---|---|
body |
array | undefined | This is were you put your data if you load it synchronously, otherwise use auto-load |
auto-load |
boolean | false | If true it will make a GET request to the endpoint and display the data |
endpoint |
string | http://localhost:8080 |
This is the URL that will be queried for the resources |
...