mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
6775191f09
* 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>
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")