diff options
| author | 2018-06-03 13:35:38 +0200 | |
|---|---|---|
| committer | 2018-06-03 13:35:38 +0200 | |
| commit | c0122003fe3031926546012b86a38b5187082613 (patch) | |
| tree | 5502841327e7775f280fbd12732b4e8b8b7be6ff /p/api/index.php | |
| parent | 029f4107123f6c318584bf9a43da7118c318657f (diff) | |
| parent | be778c6bc2d8075e5a923153183b47507a2a71e3 (diff) | |
Merge pull request #1902 from FreshRSS/dev1.11.0
FreshRSS 1.11.0
Diffstat (limited to 'p/api/index.php')
| -rw-r--r-- | p/api/index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/p/api/index.php b/p/api/index.php index 429b25225..108841819 100644 --- a/p/api/index.php +++ b/p/api/index.php @@ -26,5 +26,16 @@ echo Minz_Url::display('/api/greader.php', 'html', true); configuration (without <code>%2F</code> support)</a></li> </ul> +<h2>Fever compatible API</h2> +<dl> +<dt>Your API address:</dt> +<dd><?php +echo Minz_Url::display('/api/fever.php', 'html', true); +?></dd> +</dl> +<ul> +<li><a href="fever.php?api" rel="nofollow">Test</a></li> +</ul> + </body> </html> |
