diff options
| author | 2021-10-23 13:32:20 +0200 | |
|---|---|---|
| committer | 2021-10-23 13:32:20 +0200 | |
| commit | 915dcc3cccc9a78f3c169552a7186cac6bcc8962 (patch) | |
| tree | d5eae2c9d565e2c49eefed8044eaff387e85a889 /docs/en/developers/06_Fever_API.md | |
| parent | cba304c35219cc1fa5300fcd0ef0a80272a62641 (diff) | |
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
Diffstat (limited to 'docs/en/developers/06_Fever_API.md')
| -rw-r--r-- | docs/en/developers/06_Fever_API.md | 8 |
1 files changed, 5 insertions, 3 deletions
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 | |
