Todo
Reference documentation for Todo
modela.team.Todo module
class Todo
– Bases: Resource
__init__
(item=, client=None, namespace=’’, name=’')
class TodoClient
– Bases: object
-
__init__
(stub, modela) -
create(todo) → bool
-
delete(namespace, name) → bool
-
get(namespace, name) → Union[Todo, bool]
-
list(namespace) → Union[List[Todo], bool]
-
update(todo) → bool
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that.