FreshRSS-Extensions/xExtension-TTRSS_API
Alexis Degrugillier 26be877e7a Fix extension definitions
Before, extensions were missing the definition of mandatory methods.
At the moment, it's not a problem because the coding guidelines are not
enforced by the code. But in the future, it will break.
Now, extensions have all mandatory method definitions.
2021-01-05 11:31:01 -05:00
..
extension.php Fix extension definitions 2021-01-05 11:31:01 -05:00
LICENSE Add TinyTinyRSS API extension 2015-01-14 22:01:19 +01:00
metadata.json Fix extension definitions 2021-01-05 11:31:01 -05:00
README.md Add notes in TTRSS API readme 2015-01-14 22:04:30 +01:00
ttrss.php Implement getFeedTree() in ttrss api 2015-01-15 17:40:31 +01:00

TinyTinyRSS API extension

This extension provides a TTRSS-compliant API. It means with this extension you can use applications made for TTRSS initially.

Note the API is NOT FULLY SUPPORTED YET!

Please be sure to enable API in the configuration and set an API password on your profile.

URL to use is something like http://rss.example.com/api/ttrss.php or http://example.com/freshrss/p/api/ttrss.php.

To use it, upload this directory in your ./extensions directory and enable it on the extension panel in FreshRSS.