store/factory

Namespace

store/factory

Description:
  • This module contains utility methods that encapsulates EntryStores REST layer from the rest of the code. It is intended to be used internally by the EntryStore.js API, not by application developers.

    Hence, you should avoid using factory methods directly in application code as there are most probably other ways to achieve the same thing. Most likely by using method in EntryStore!

    The utility methods are currently not visible as they are not documented yet. (The methods cannot be marked as private as they need to be used throughout the API.)

Source: