@poli.digital/sdk
v0.2.0
Published
Package to integrate with Poli Digital and its products
Readme
Running example
- We have a complete example folder that can be executed with
npm run tsx(Or if you already have the TSX cli installed globally in your machine, just needtsx <file name>), followed by the example file. E.g:- To Get your authenticated user:
npm run tsx examples/Auth/GetMe.tsortsx examples/Auth/GetMe.ts
- To list Accounts:
npm run tsx examples/Accounts/ListAccounts.tsortsx examples/Accounts/ListAccounts.ts
- To Get your authenticated user:
To create a new version, run:
npx changeset
To publish:
npm run local-release
