export PENNYLANE_API_KEY=YOUR_PENNYLANE_API_KEY
npm i pennylane-openapi-client
yarn add pennylane-openapi-client
pnpm install pennylane-openapi-client
pnpm install
pnpm build
pnpm start
Download the customer invoicing schema:
wget https://pennylane.readme.io/openapi/6346dc5b089f12000f474e75 -O schema.json
Other schema can be found at https://pennylane.readme.io/openapi.
pnpx openapi-typescript-codegen --input schema.json --output client/typescript --name PennylaneAPIClient