Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 414 Bytes

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")