esm-ee-sdk
v1.16.0
Published
ESM Ellucian Experience JS API Client Library
Downloads
9
Readme
esm-ee-sdk
ESM Ellucian Experience JS API Client Library
Use the class MagellanApiClient
from EE React to access the Magellan API
The experiance Magellan API exposes existing end points, the client is intended to make calling the API from React as simple as posible, so the front end does not have to get involved with the details.
Test
Very basic tests in place at the moment
copy sample.env
to .env
and put in your details.
You have to grab a JWT from the EE sandbox and put in a file, there is one in console log (F12 - console output)
Run test: npm test