diff options
| author | 2019-10-19 13:03:06 +0300 | |
|---|---|---|
| committer | 2019-10-19 12:03:06 +0200 | |
| commit | 6d330206afb53cadd5cf3217dcdb786dcba13716 (patch) | |
| tree | 8bbc47ac07fdc999f53610e082f05614f84fd52d /docs | |
| parent | bc820a151a1f22ab8d2a25c209bb4fc5ccd1b1bd (diff) | |
Reeder added native support (#2578)
* Reeder aded native support
Added Reeder as supported in Reader page
Clarified how to use the Fever API with Reeder
Fixed some typos on both pages
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/users/06_Fever_API.md | 8 | ||||
| -rw-r--r-- | docs/en/users/06_Mobile_access.md | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/docs/en/users/06_Fever_API.md b/docs/en/users/06_Fever_API.md index d231c9fc5..b1cf6cb21 100644 --- a/docs/en/users/06_Fever_API.md +++ b/docs/en/users/06_Fever_API.md @@ -26,10 +26,10 @@ Tested with: - iOS - [Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) (Closed source) - [Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) (Commercial) - - [Reeder](https://www.reederapp.com/) (Commercial) (Use its Google Reader API option instead) + - [Reeder](https://www.reederapp.com/) (Commercial) (Use its Google Reader API / native FreshRSS option when possible) - MacOS - - [Readkit](https://apps.apple.com/app/readkit/id588726889) (Commercial) + - [ReadKit](https://apps.apple.com/app/readkit/id588726889) (Commercial) ## Features @@ -75,7 +75,7 @@ Add a body to your POST request encoded as `form-data` and one key named `api_ke curl -s -F "api_key=$api_key" 'https://freshrss.example.net/api/fever.php?api' ``` -This shoud give: +This should give: ```json { "api_version": 3, @@ -83,7 +83,7 @@ This shoud give: "last_refreshed_on_time": "1520013061" } ``` -Perfect, you are authenticated and can now start testing the more advanced features. Therefor change the URL and append the possible API actions to your request parameters. Check the [original Fever documentation](https://feedafever.com/api) for more infos. +Perfect, you are authenticated and can now start testing the more advanced features. Therefor change the URL and append the possible API actions to your request parameters. Check the [original Fever documentation](https://feedafever.com/api) for more information. Some basic calls are: diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md index a131d76c3..f5f1520e9 100644 --- a/docs/en/users/06_Mobile_access.md +++ b/docs/en/users/06_Mobile_access.md @@ -43,7 +43,7 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi # Compatible clients -6. On the same FreshRSS API page, note the adress given under “Your API address”, like `https://freshrss.example.net/api/greader.php` +6. On the same FreshRSS API page, note the address given under “Your API address”, like `https://freshrss.example.net/api/greader.php` * You will type it in a client, together with your FreshRSS username, and the corresponding special API password. 7. Pick a client supporting a Google Reader-like API. Selection: @@ -53,10 +53,11 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi * [EasyRSS](https://github.com/Alkarex/EasyRSS) (Open source, [F-Droid](https://f-droid.org/packages/org.freshrss.easyrss/)) * Linux * [FeedReader 2.0+](https://jangernert.github.io/FeedReader/) (Open source) - * iOS - * [Reeder-4](https://apps.apple.com/app/reeder-4/id1449412357) (Commercial) * MacOS * [Vienna RSS](http://www.vienna-rss.com/) (Open source) + * [Reeder](https://www.reederapp.com/) (Commercial) + * iOS + * [Reeder](https://www.reederapp.com/) (Commercial) * Firefox * [FreshRSS-Notify](https://addons.mozilla.org/firefox/addon/freshrss-notify-webextension/) (Open source) |
