Loading rpc/methods.py +5 −2 Original line number Diff line number Diff line Loading @@ -300,8 +300,11 @@ def collections( Return the user's collections under the parent collection specified by 'parent_id'. If 'recursive' is true, will return all the descendants recursively in the 'children' key. If recursive is false, 'children' is null. If flat_list is True, collections are returned as a flat list and parent_id is ignored. If recursive is false, 'children' is null. Special case: If flat_list is True, collections are returned as a flat list and parent_id is effectively IGNORED. Example output: Loading Loading
rpc/methods.py +5 −2 Original line number Diff line number Diff line Loading @@ -300,8 +300,11 @@ def collections( Return the user's collections under the parent collection specified by 'parent_id'. If 'recursive' is true, will return all the descendants recursively in the 'children' key. If recursive is false, 'children' is null. If flat_list is True, collections are returned as a flat list and parent_id is ignored. If recursive is false, 'children' is null. Special case: If flat_list is True, collections are returned as a flat list and parent_id is effectively IGNORED. Example output: Loading