Module

initStore

Initialize a restaf store

Parameters:
Name Type Attributes Description
config object <optional>

configuration object(future)

restaf store object(rafObject)

store
Example
let store = restaf.initStore();
   The store object manages all the data and access
   to Viya using the REST API.