0.0.5 • Published 11 months ago

pennylane-openapi-client v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Pennylane OpenApi clients

Global configuration

export PENNYLANE_API_KEY=YOUR_PENNYLANE_API_KEY

Typescript NPM

Install

npm i pennylane-openapi-client
yarn add pennylane-openapi-client
pnpm install pennylane-openapi-client

Setup

pnpm install
pnpm build

Usage

pnpm start

Developers

Regenerate client

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.

Typescript

pnpx openapi-typescript-codegen --input schema.json --output client/typescript --name PennylaneAPIClient
0.0.5

11 months ago

0.0.4

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago