API: List

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-04-18 09:57:11 +02:00
parent 9947a5f033
commit 2c4ce6cb50
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ if ($settings["rcc"]["api"] == "on" && $settings["rcc"]["rcc"] == "on") {
$app = new \Slim\App();
/**
* api for fetching a blog post
* api for get the list of blogs and if $_GET["blog"] is set the list of
* blogs posts in that blog
*
* @param string $_GET["blog"] optional name of the blog
*