npm installRun all checks before opening a PR:
npm run check
npm test
npm run buildThis library currently targets TRIAS 1.2 only.
Please avoid changes that silently broaden version support without explicit tests and documentation updates.
- keep the public API small and explicit
- prefer typed wrappers for high-value endpoints
- keep generic request support available for the long tail of TRIAS request families
- add tests for request building and response parsing changes