FreshRSS-Extensions/xExtension-TTRSS_API/README.md
Alexandre Alapetite b49596818c
Add PHPStan and other quality checks
Similar to FreshRSS core
Contributes to https://github.com/FreshRSS/Extensions/issues/184
2023-11-23 22:41:09 +01:00

11 lines
526 B
Markdown

# 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.