Models
AJAX Abstraction for a Single Resource
AJAX Abstraction for a Single Resource
Models are part of the lore-models package, and are an abstraction for interacting with a REST API endpoint that make it easier to create, update, destroy or retrieve a resource.
The interface and behavior for Models is heavily inspired by Backbone.Model, and you can learn more the reasons why here.