Typescript SDK for the Dora platform
- Install dependencies:
npm install @cityofzion/dora-ts - Import the SDK in your project and start calling the API clients.
Published packages and repository checkouts include the compiled dist/ artifacts, so consumers do not need to build the SDK after installation.
- Install repository dependencies:
npm install - Rebuild after source changes:
npm run build - Run tests:
npm run test
For workflows and SDK usage, refer to the tests directory.
For agent-oriented implementation guidance, see skills/dora-sdk-agent-usage/SKILL.md.