JavaScript SDK for all OpenLattice REST APIs, version 0.98.0. Provides a thin wrapper around OpenLattice's REST endpoints to standardize data models and formats, simplifying reading and writing data. Uses Immutable.js (v4.0.0-rc.10) and lodash (>=4.17.21) as peer dependencies. Unlike raw REST calls, it handles normalization and offers a consistent API. Release cadence is irregular, tied to OpenLattice platform updates. Note that the immutable peer dependency uses a release candidate version, which may cause compatibility issues.
npm install latticeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes the LatticeClient with authorization and searches an entity set.
Pin immutable to 4.0.0-rc.10 and monitor for updates.
Check library documentation for latest method signatures.
Review changelog before upgrading.
npm install immutable@4.0.0-rc.10
Ensure you instantiate LatticeClient correctly and use methods as per documentation.