v1.1.0
Adds a new signature for creating a connection (#4):
const connection = restModel("/api/todos/{id}");
connection.Map // is a DefineMap.extend( { seal: false }, {} );
connection.List // is a DefineList.extend({ "#": {Type: connection.Map} });Adds a new signature for creating a connection (#4):
const connection = restModel("/api/todos/{id}");
connection.Map // is a DefineMap.extend( { seal: false }, {} );
connection.List // is a DefineList.extend({ "#": {Type: connection.Map} });