Skip to content

Commit

Permalink
fix(go-client): go-client README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Oct 15, 2022
1 parent b27e660 commit 8d37e40
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions go-client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# windmill-go-client

Go client for the windmill platform.

## Import

Import user-friendly client:

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

```

Import full api from the autogenerated openapi client:

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

## Usage

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

0 comments on commit 8d37e40

Please sign in to comment.