Feature
Crud
add crud service layer providing a set of crud functions that return model instanc(es) to the caller as opposed to the raw response from the server
Feature
Data
expand base model class to include load() and save() functions, getter/setter methods for model fields, and dynamic type conversions for crud 'read' operations and setter methods.
Feature
Models
continue base model enhancement, add basic 'product' model