temporalio-openapi-client
v0.0.1
Published
Temporal openapi client
Downloads
7
Maintainers
Readme
Temporal OpenApi clients
Global configuration
export TEMPORAL_API_KEY=YOUR_TEMPORAL_API_KEY
export TEMPORAL_API_URL=YOUR_TEMPORAL_API_URl
Typescript
Install
npm i temporalio-openapi-client
yarn add temporalio-openapi-client
pnpm install temporalio-openapi-client
Setup
pnpm install
pnpm build
Usage
pnpm start
Developers
Regenerate client
Download the schema from https://github.com/temporalio/api:
wget https://raw.githubusercontent.com/temporalio/api/master/openapi/openapiv3.yaml -O schema.yaml
Typescript
pnpx openapi-typescript-codegen --input schema.yaml --output client/typescript --name TemporalIOAPIClient