mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: parse document list
This commit is contained in:
@@ -21,6 +21,10 @@ class V06 extends Filter {
|
||||
|
||||
switch($model) {
|
||||
|
||||
case Response::MODEL_DOCUMENT_LIST:
|
||||
$parsedResponse = $content;
|
||||
break;
|
||||
|
||||
case Response::MODEL_COLLECTION:
|
||||
$parsedResponse = $this->parseCollection($content);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user