From b4097b6024e68bbc4b8c71bb81481e92d26e931e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 10 Jan 2021 17:48:15 +0200 Subject: [PATCH] Added a reference to the filite-list script in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc7b2f7..ac0e143 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ It's possible to get an array of all existing entries for each type with an auth - `GET /l` - `GET /t` +You can view the created entries in a more organized manner with the third-party [filite-list](https://github.com/Syndamia/filite-list) script. + ### Creating new entries There are two ways to create new entries, `PUT` or `POST` requests.