suttacentral-api
v2.24.0
Published
SuttaCentral API cached proxy
Maintainers
Readme
SuttaCentral REST API cached proxy
The Suttacentral REST API changes slowly but it does change. It's therefore advisable to rebuild this cached proxy from time-to-time.
./scripts/build
git statusIf the git status shows any changes:
- increment the package.json version number
- Verify that tests pass:
npm run test git commit -am "rebuild api"git pushnpm publish
Update all projects that include suttacentral-api:
- sc-voice/scv-bilara
- sc-voice/sc-voice
- etc.
