Nick Jennings ni@silverbu cket.net ck
Version: | 0.0.4 |
This module stores fitness related data, such as body measurements, excersize activity, etc.
Remove the record, as specified by ID.
remove: function ( id )
Add a new record.
create: function ( obj )
Update an existing record.
update: function ( obj )
Get a record by ID
get: function ( id )