-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Miniflux API support #2859
Comments
Look like duplicate #76 |
MIniflux API is different than the Fever API |
Why MIniflux API is better than Fever API? |
The main difference would be that the Miniflux API is still supported, where as (afaik) Fever is not. Based on how with Fever the devs favour services with their own APIs (mostly to reduce the capabilities of deployment errors), this may be a better suit than the Fever alternative. Ideally, both should be added; but, in the case of Miniflux, either or will work, the latter providing more support for other services (Fever, that is) |
I looked inside Miniflux earlier today and noticed that they (Miniflux) are currently working on adding Greader support (added to NNW in #766). When that merges, it may be the easiest way to integrate Miniflux in, apart from the official APIs. Edit: here's the PR to watch miniflux/v2#1115 |
miniflux/v2#1115 was recently merged (woo!) meaning Greader support will be available in the next release and is currently available for those building from source using the |
As @doamatto noted Google Reader API has landed and seems to be working great with NetNewsWire. For curious folks here is how to set it up:
You should be all set! |
If you don't need a port use the API URL: https://feeds.example.com |
We might want to add a Miniflux account maintenance option separate from the FreshRSS one to help users know that we can use Miniflux as long as they have the Google Reader API support. This is probably dependent on resolving #3512. |
Duplicate of #76 |
In API URL field, it should be http://192.168.1.1:1234. there should be no trailing slash. otherwise adding account will fail with error 'Method not allowed'. |
Currently works following https://miniflux.app/docs/google_reader.html |
https://miniflux.app/docs/api.html
The text was updated successfully, but these errors were encountered: