up-api-client
v1.59.0
Published
## Development
Downloads
41
Keywords
Readme
UP API client
Development
Generate DTO interfaces
PS: This step assumes swagger.yaml in current dir
npm run gen:dto
Add / Edit client code
Build code with:
npm run build
Run tests
npx jest
Publish to NPM
npm publish