temporalio-openapi-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Temporal OpenApi clients

Global configuration

export TEMPORAL_API_KEY=YOUR_TEMPORAL_API_KEY
export TEMPORAL_API_URL=YOUR_TEMPORAL_API_URl

Typescript NPM

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

Dependents (0)

Package Sidebar

Install

npm i temporalio-openapi-client

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

1.09 MB

Total Files

786

Last publish

Collaborators

  • drakkarsoftware