From acbba9adb2e362079ce1fb84be1868b198cc1da0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 Oct 2021 13:43:24 +0200 Subject: Improved markdownlint (#3918) * Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files --- docs/en/developers/06_Fever_API.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/en/developers/06_Fever_API.md') diff --git a/docs/en/developers/06_Fever_API.md b/docs/en/developers/06_Fever_API.md index bcd9db660..909fd6074 100644 --- a/docs/en/developers/06_Fever_API.md +++ b/docs/en/developers/06_Fever_API.md @@ -50,7 +50,7 @@ The following features are not supported: If this API does not work as expected in your RSS reader, you can test it manually with a tool like [Postman](https://www.getpostman.com/). -Configure a POST request to the URL https://freshrss.example.net/api/fever.php?api which should give you the result: +Configure a POST request to the URL which should give you the result: ```json { "api_version": 3, @@ -84,15 +84,15 @@ Perfect, you're now authenticated and you can start testing the more advanced fe Some basic calls are: -* https://freshrss.example.net/api/fever.php?api&items -* https://freshrss.example.net/api/fever.php?api&feeds -* https://freshrss.example.net/api/fever.php?api&groups -* https://freshrss.example.net/api/fever.php?api&unread_item_ids -* https://freshrss.example.net/api/fever.php?api&saved_item_ids -* https://freshrss.example.net/api/fever.php?api&items&since_id=some_id -* https://freshrss.example.net/api/fever.php?api&items&max_id=some_id -* https://freshrss.example.net/api/fever.php?api&mark=item&as=read&id=some_id -* https://freshrss.example.net/api/fever.php?api&mark=item&as=unread&id=some_id +* +* +* +* +* +* +* +* +* Replace `some_id` with a real ID from your `freshrss_username_entry` database. -- cgit v1.2.3