miniflux-legacy/docs/fever.markdown

37 lines
992 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 has been tested with the following apps:
2014-10-30 02:28:23 +01:00
- [Press for Android](http://twentyfivesquares.com/press/)
- [Reeder 2](http://reederapp.com/) (iOS and OS X)
- [Reeder 3](http://reederapp.com/) (OS X)
- [ReadKit](http://readkitapp.com/) (OS X)
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
------------------------
2015-12-09 20:01:26 +01:00
Multiple databases can be used with the Fever API if you have Apache and `mod_rewrite` enabled.
2014-12-29 23:10:37 +01:00
2015-12-09 20:01:26 +01:00
The Fever URL becomes `http://your_miniflux_url/fever/mydatabase.sqlite/`.
2014-12-29 23:10:37 +01:00
2014-10-30 02:28:23 +01:00
Notes
-----
- Links, sparks and kindlings are not supported.
2014-10-30 02:28:23 +01:00
- Only JSON responses are handled.