From 202cc52027ce283696b4553fb99200ee0d184f24 Mon Sep 17 00:00:00 2001 From: Fabien Quatravaux Date: Fri, 12 Feb 2021 11:57:15 +0100 Subject: [PATCH] doc: Add documentation about displaying only future events --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4fbfddf..52f7723 100644 --- a/README.md +++ b/README.md @@ -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.