Skip to main content

Changelog

See what's new with Windmill.

5/13/2024 |

Docs

Rest scripts are in fact TypeScript fetches. They support all the normal signatures of normal TypeScript but only stdlib JavaScript and the fetch operations. Imports are not allowed. But now the full wmill API is supported.

New Features

  • wmill API is now supported by nativets/REST scripts with `import * as wmill from "./windmill.ts"`