mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
parent
2a3c0b5062
commit
79a7a4831f
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@ class API extends PluginAbstract {
|
|||
|
||||
/**
|
||||
* @param type $parameters
|
||||
* ['sort' database sort column (sample:&sort[created]=DESC)]
|
||||
* ['sort' database sort column]
|
||||
* ['rowCount' max numbers of rows]
|
||||
* ['current' current page]
|
||||
* ['searchPhrase' to search on the categories]
|
||||
* ['parentsOnly' will bring only the parents, not children categories]
|
||||
* @example {webSiteRootURL}plugin/API/{getOrSet}.json.php?name={name}&rowCount=3¤t=1
|
||||
* @example {webSiteRootURL}plugin/API/{getOrSet}.json.php?name={name}&rowCount=3¤t=1&sort[created]=DESC
|
||||
* @return \ApiObject
|
||||
*/
|
||||
public function get_api_category($parameters){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue