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.
The
/reader/api/0/user-info
interface of miniflux's Google reader api requiresoutput
as a request parameter.It has also been tested with FreshRSS and is compatible with this parameter.
There is relevant code here, please check it if needed:
https://github.com/miniflux/v2/blob/b205b5aad075dc89040231f87c79bec2a7ea60c7/internal/googlereader/handler.go#L1256
There are related comments here:
![image](https://private-user-images.githubusercontent.com/41715438/322292459-c6bdb18a-9ce9-43b2-92bb-a0e649d5e7f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjUyNzUsIm5iZiI6MTczOTYyNDk3NSwicGF0aCI6Ii80MTcxNTQzOC8zMjIyOTI0NTktYzZiZGIxOGEtOWNlOS00M2IyLTkyYmItYTBlNjQ5ZDVlN2Y0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEzMDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNlMGRiZmRkY2I2YTU1NmU0Njk3MDhkZTY3OGQzZGQ5Yzk1NjQ2YTdkZjUxNjBlZDY0Njc1ODNlZmE1NjNhMzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Vc3JW3W2l7CVaatKCobh1bODctwpE3C6kuodfT5uI3w)
Link: miniflux/v2#2129 (comment)