diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-02-06 23:14:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 23:14:20 +0100 |
commit | bf7a8bbdc5a35363443151ca5e1c03d43baca7b4 (patch) | |
tree | 349410658bffdee229c1f3c888bb9fa0b95dafac | |
parent | ea2200262ea5088abaaa16b621a6e5e262ef1a32 (diff) | |
download | freshrss-bf7a8bbdc5a35363443151ca5e1c03d43baca7b4.tar.gz freshrss-bf7a8bbdc5a35363443151ca5e1c03d43baca7b4.zip |
API documentation link to more tips (#7305)
https://github.com/jocmp/capyreader/discussions/533#discussioncomment-11341808
While waiting for https://github.com/FreshRSS/FreshRSS/issues/7304
We should then consolidate the API synchronisation recommendations in our documentation
-rw-r--r-- | docs/en/developers/06_GoogleReader_API.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/developers/06_GoogleReader_API.md b/docs/en/developers/06_GoogleReader_API.md index 9b8457714..62b14e171 100644 --- a/docs/en/developers/06_GoogleReader_API.md +++ b/docs/en/developers/06_GoogleReader_API.md @@ -98,4 +98,5 @@ curl -H "Authorization:GoogleLogin auth=alice/8e6845e089457af25303abc6f53356eb60 as many clients start by having a very inneficient synchronisation strategy. * [*Synchronisation recommendation* by Alkarex](https://github.com/FreshRSS/FreshRSS/issues/2566#issuecomment-541317776) +* [*Additional synchronisation tips* by Alkarex](https://github.com/jocmp/capyreader/discussions/533#discussioncomment-11341808) * [*The Right Way to Sync* by BazQux](https://github.com/bazqux/bazqux-api#user-content-the-right-way-to-sync) |