Loading rpc/methods.py +1 −1 Original line number Diff line number Diff line Loading @@ -672,7 +672,7 @@ def resources( limit_to: int = 2000, order_by: str = "title", only_deleted_items: bool = False, only_tags: list = None, only_tags: List[str] = None, ) -> List[Dict]: """ Get all resources from a collection. Loading Loading
rpc/methods.py +1 −1 Original line number Diff line number Diff line Loading @@ -672,7 +672,7 @@ def resources( limit_to: int = 2000, order_by: str = "title", only_deleted_items: bool = False, only_tags: list = None, only_tags: List[str] = None, ) -> List[Dict]: """ Get all resources from a collection. Loading