From 915dcc3cccc9a78f3c169552a7186cac6bcc8962 Mon Sep 17 00:00:00 2001 From: Felix Bühler Date: Sat, 23 Oct 2021 13:32:20 +0200 Subject: Split fever & greader into two separate pages. (#3905) * [docs] add newsflash to fever-clients * [docs] split fever&greader-apis into two pages and make the more consistent --- docs/en/developers/06_Fever_API.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 ad5e3efd1..bcd9db660 100644 --- a/docs/en/developers/06_Fever_API.md +++ b/docs/en/developers/06_Fever_API.md @@ -1,7 +1,8 @@ # FreshRSS - Fever API implementation -See the [page about our Google Reader compatible API](06_Mobile_access.md) for another possibility -and general aspects of API access. +See [Mobile access](../users/06_Mobile_access.md) for general aspects of API access. +Additionally [page about our Google Reader compatible API](06_GoogleReader_API.md) for another possibility. + ## RSS clients @@ -11,7 +12,7 @@ But we can **only** do that for free clients. ### Usage & Authentication -Before you can start using this API, you have to enable and setup API access, which is [documented here](https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html), +Before you can start using this API, you have to enable and setup API access, which is [documented here](../users/06_Mobile_access.md), and then reset the user’s API password. Then point your mobile application to the `fever.php` address (e.g. `https://freshrss.example.net/api/fever.php`). @@ -22,6 +23,7 @@ Then point your mobile application to the `fever.php` address (e.g. `https://fre |:----------------------------------------------------------------------------------:|:-------------------:|:--------------------------------------------------------:| |[Fluent Reader](https://hyliu.me/fluent-reader/) |Windows, Linux, macOS|[BSD-3-Clause](https://github.com/yang991178/fluent-reader/blob/master/LICENSE)| |[Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) |iOS |Closed Source | +|[Newsflash](https://gitlab.com/news-flash/news_flash_gtk/) |Linux |[GPLv3](https://gitlab.com/news-flash/news_flash_gtk/-/blob/master/LICENSE)| |[Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) |iOS |Closed Source | |[Reeder](https://www.reederapp.com/) |iOS |Closed Source | |[ReadKit](https://apps.apple.com/app/readkit/id588726889) |macOS |Closed Source | -- cgit v1.2.3