Integrating Readeck as a Sharing Method#7092
Open
Abdallah-Abdaljalil wants to merge 10 commits intoFreshRSS:edgefrom
Open
Integrating Readeck as a Sharing Method#7092Abdallah-Abdaljalil wants to merge 10 commits intoFreshRSS:edgefrom
Abdallah-Abdaljalil wants to merge 10 commits intoFreshRSS:edgefrom
Conversation
…glish language I think
Contributor
|
It does not work for me. somehow the API token is needed to input |
Alkarex
reviewed
Dec 15, 2024
app/i18n/fr/gen.php
Outdated
| 'pocket' => 'Pocket', // IGNORE | ||
| 'print' => 'Imprimer', | ||
| 'raindrop' => 'Raindrop.io', // IGNORE | ||
| 'readeck' => 'Readeck', |
Member
There was a problem hiding this comment.
Suggested change
| 'readeck' => 'Readeck', | |
| 'readeck' => 'Readeck', // IGNORE |
And likewise for the other languages, except en
Co-authored-by: Luc SANCHEZ <[email protected]>
Co-authored-by: Luc SANCHEZ <[email protected]>
…ch/FreshRSS into 6998-readeck-integration
math-GH
reviewed
Dec 15, 2024
Comment on lines
+186
to
+191
| 'readeck' => [ | ||
| 'url' => '~URL~/api/bookmarks?url=~LINK~', | ||
| 'transform' => [], | ||
| 'form' => 'advanced', | ||
| 'method' => 'POST', | ||
| ], |
Contributor
There was a problem hiding this comment.
Please support here the help too with a link to the website.
'method' => 'POST', why is POST used and not GET?
Contributor
|
Ping @Abdallah-Abdaljalil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #6998
Changes proposed in this pull request:
How to test the feature manually:
Pull request checklist:
Additional information can be found in the documentation.