Open Academic Environment (OAE) REST client library for communicating with OAE instances via REST endpoints. Version 14.0.0 (Node >=6.11.1) is the latest stable release, versioned in sync with the Hilary project. Each release is post-fixed with -N for maintenance. Key differentiator: standalone module for programmatic access to OAE REST APIs, not a client SDK for alternative frameworks.
npm install oae-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a RestClient, authenticates with tenant alias and credentials, then fetches user info.
Pass options (e.g., headers) via individual method calls instead of constructor.
Use `client.post(tenantAlias, username, password)` instead of `client.login(tenantAlias, username, password)`.
Access token via `response.token.access_token` instead of `response.access_token`.
Always pass tenantAlias as first argument to `get` and `post` when calling tenant-specific routes.
Upgrade Node.js to >=6.11.1.
Use `new RestClient(host)` after `import { RestClient } from 'oae-rest'`.Use only documented exports from 'oae-rest' or 'oae-rest/api'.
Pass tenantAlias as first argument to `get` and `post`.
No dependency data recorded yet.