export TEMPORAL_API_KEY=YOUR_TEMPORAL_API_KEY
export TEMPORAL_API_URL=YOUR_TEMPORAL_API_URl
npm i temporalio-openapi-client
yarn add temporalio-openapi-client
pnpm install temporalio-openapi-client
pnpm install
pnpm build
pnpm start
Download the schema from https://github.com/temporalio/api:
wget https://raw.githubusercontent.com/temporalio/api/master/openapi/openapiv3.yaml -O schema.yaml
pnpx openapi-typescript-codegen --input schema.yaml --output client/typescript --name TemporalIOAPIClient