doc: Add documentation about displaying only future events

This commit is contained in:
Fabien Quatravaux 2021-02-12 11:57:15 +01:00 committed by Jean-Baptiste Pasquier
parent 899caee8c9
commit 202cc52027
1 changed files with 7 additions and 0 deletions

View File

@ -283,6 +283,13 @@ On `config.json`:
}
```
You can get only future events by using
```json
"get": {
"events":"http://server.url/events/future/",
}
```
### Resources
The resources module includes a listing of indexed resources and the capability to index new ones.