Files
windmill/go-client
pyranota 6775191f09 fix(go): fix go client (#6561)
* add jq to flake

Signed-off-by: pyranota <pyra@duck.com>

* make build.sh compatible with non-FHS complient systems

Signed-off-by: pyranota <pyra@duck.com>

* fix client

Signed-off-by: pyranota <pyra@duck.com>

---------

Signed-off-by: pyranota <pyra@duck.com>
2025-09-09 14:19:54 +00:00
..
2022-10-14 19:45:16 +02:00
2025-09-09 14:19:54 +00:00
2022-10-15 09:02:34 +02:00
2022-10-15 11:23:10 +02:00
2025-09-09 14:19:54 +00:00

windmill-go-client

Go client for the windmill platform.

Import

Import user-friendly client:

import wmill "github.com/windmill-labs/windmill-go-client"

Import full api from the autogenerated openapi client:

import api "github.com/windmill-labs/windmill-go-client/api"

Usage

a, _ := wmill.GetResource("u/ruben-user/test")
a, _ := wmill.GetVariable("u/ruben-user/test")