yang991178 / fluent-reader-lite

Simplistic mobile RSS client built with Flutter
https://hyliu.me/fluent-reader-lite/
BSD 3-Clause "New" or "Revised" License
1.32k stars 86 forks source link

add parameters for miniflux server #130

Open mofazhe opened 4 months ago

mofazhe commented 4 months ago

The /reader/api/0/user-info interface of miniflux's Google reader api requires output 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 Link: https://github.com/miniflux/v2/issues/2129#issuecomment-1802327014