Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Pessé committed Oct 8, 2013
1 parent 9f35090 commit a3c6469
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@ Events are definied by 'event', 'namespace' and 'properties'. You can alse speci
<host>/api/<token>/events/<namespace>/<event>
```


#### Get data serie

```
<host>/api/<token>/data/<namespace>/<event>?arguments
arguments could contains :
interval: Interval between data (in ms) (default: 1000)
period: Period for events (in ms) (default: -1)
property: Property te calcul (default: null)
transform: Transofrmation to do (default: 'sum')
fill: Fill empty time with 0 (default: true)
```

#### Define models

Events models define information about how to display an event in the dashboard.
Expand Down

0 comments on commit a3c6469

Please sign in to comment.