json-api-store icon indicating copy to clipboard operation
json-api-store copied to clipboard

Ability to find() without automatically creating a resource

Open haydn opened this issue 9 years ago • 0 comments

The default behaviour of find should not actually create a resource. There should be an extra param to find or create:

store.find("products", "1", true);

When a resource is created via the find() method it should probably be marked somehow. Maybe a isLoaded flag?

haydn avatar Aug 26 '15 06:08 haydn