# Windmill Client

The SDK for the Windmill API.

```
import * as wmill from 'windmill-client';

await wmill.getVariable('u/foo/my_variable')
```
