The functional API is designed to make it easier for consumers of the gridplus-sdk to interface with the Lattice1, without impeding more complex implementations.
Adds a e2e test suite for functional API
Run with npm run e2e-api
Adds an Example app
Uses the functional API to implement all of the functions used for interacting with the Lattice1 to make it easier for consumers to understand how to use the API.
gridplus-sdk
to interface with the Lattice1, without impeding more complex implementations.npm run e2e-api
Adds an Example app
closes #524