miniflux-legacy/docs/fever.markdown

35 lines
995 B
Markdown
Raw Normal View History

2014-10-30 02:28:23 +01:00
Fever API
=========
Miniflux support the [Fever API](http://feedafever.com/api).
That means you can use mobile applications compatible with Fever.
This feature have been tested with the following apps:
- [Press for Android](http://twentyfivesquares.com/press/)
2014-12-29 23:10:37 +01:00
- [Reeder 2](http://reederapp.com/) (iOS and OSX)
2014-10-30 02:28:23 +01:00
Configuration
-------------
Miniflux generates a random password for the Fever API.
2014-11-08 02:41:09 +01:00
All information are available from the page **preferences > api**.
2014-10-30 02:28:23 +01:00
- URL: http://your_miniflux_url/fever/
- Username: Your username
- Password: random (visible on the settings page)
2014-12-29 23:10:37 +01:00
Multiple databases/users
------------------------
Multiple databases can be used with the Fever API if you have Apache and the `mod_rewrite` enabled.
The Fever URL becomes `http:///your_miniflux_url/myuser.sqlite/`.
2014-10-30 02:28:23 +01:00
Notes
-----
2014-12-29 23:10:37 +01:00
- Links, sparks, kindling and groups are not supported.
2014-10-30 02:28:23 +01:00
- All feeds will be under a category "All" because Miniflux doesn't support categories.
- Only JSON responses are handled.