Creates a new item in a collection.
Your Moonbase API key.
The Item object to be created.
Parameters for creating an Item.
A hash where keys are the ref of a Field and values are the data to be set.
Creation succeeded.
An Item represents a single record or row within a Collection. It holds a set of values corresponding to the Collection's fields.
String representing the object’s type. Always item for this object.
"item"Unique identifier for the object.
A lightweight reference to a Collection, containing the minimal information needed to identify it.
A hash where keys are the ref of a Field and values are the data stored for that field.