This contains tools written in ES6 to help develop and use Siren entities
Before adding to this repo, please see: https://desire2learn.atlassian.net/wiki/spaces/TA/pages/4489053073/Draft+Data+API+Guidance+Work-in-progress
Options for getting started:
- Clone the repo:
git clone https://github.com/BrightspaceHypermediaComponents/siren-sdk.git
. - Install with npm:
npm i @brightspace-hmc/siren-sdk
.
In a non-administrator powershell:
npm run test
This repo is configured to use incremental-release
. Merges to main
will trigger minor releases.
To learn how to create major releases and release from maintenance branches, refer to the incremental-release GitHub Action documentation.