This commit is contained in:
JuanjoSalvador
2017-11-01 00:38:22 +01:00
parent 8d3343e9d0
commit 7c8b614293
4 changed files with 22 additions and 35 deletions

View File

@@ -51,11 +51,11 @@ Returns a list of dicts with the search results.
Parameters:
* **keyword**: String. Keyword for the search query.
* **category**: Integer.
* **subcategory**: Integer.
* **filters**: Integer.
* **page**: Integer.
* **keyword**: String. Keyword for the search query. Mandatory.
* **category**: Integer. Optional.
* **subcategory**: Integer. Optional.
* **filters**: Integer. Optional.
* **page**: Integer. Optional.
`page` must be between 0 and 1000.