-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I see a lot of methods for inspecting collections but none for modifying/adding elements, updating, etc.
For example, it would be good if there were a way to append an item.
is this just done using list.append()? how does validation occur in that case? I appended some data as an item, which happened successfully but then when I tried to do an collection.item.to_dict(), I got an error, obviously, because it was malformed data.
Metadata
Metadata
Assignees
Labels
No labels