API: List
This commit is contained in:
parent
9947a5f033
commit
2c4ce6cb50
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ if ($settings["rcc"]["api"] == "on" && $settings["rcc"]["rcc"] == "on") {
|
||||||
$app = new \Slim\App();
|
$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
|
* @param string $_GET["blog"] optional name of the blog
|
||||||
*
|
*
|
||||||
|
|
Reference in a new issue