aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers/06_Fever_API.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-23 13:43:24 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-23 13:43:24 +0200
commitacbba9adb2e362079ce1fb84be1868b198cc1da0 (patch)
treeeeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /docs/en/developers/06_Fever_API.md
parentdd02c79092aa25cacff1c831815e9ca02b06b620 (diff)
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
Diffstat (limited to 'docs/en/developers/06_Fever_API.md')
-rw-r--r--docs/en/developers/06_Fever_API.md20
1 files changed, 10 insertions, 10 deletions
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 <https://freshrss.example.net/api/fever.php?api> 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
+* <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.